
Swift Playgrounds 4: Building a Text to Speech App Entirely on iPad
In WWDC 21, one of the announcements that caught my attention was the massive changes of Swift Playgrounds. Not only
In WWDC 21, one of the announcements that caught my attention was the massive changes of Swift Playgrounds. Not only
We’ve just released an update for our SwiftUI book – Mastering SwiftUI. All the content including screenshots and source code
By using a combination of SwiftUI and WidgetKit, you can increase the visibility of your app’s content and enhance
It is very common that you need to display web content in your apps. The iOS SDK provides three options
After months of hard work, the new edition of our Beginning iOS Programming with Swift course for iOS 15 and
I recently got a question from a reader about how to animate gradient or create an animated gradient background using
In iOS 15, Apple introduced a new way to customize buttons in iOS apps for both SwiftUI and UIKit frameworks.
In the earlier tutorial, we created an animated menu bar in SwiftUI. What if you want to reuse the code
One reason why I really enjoy programming using the SwiftUI framework is that it makes so easy to animate view
In designing the async/await construct, Apple is hoping to increase the readability, and thus maintainability, of implementing concurrency/parallelism
With the release of SwiftUI, some people have asked if UIKit is going to be dead. It’s far from
Prior to iOS 15, SwiftUI didn’t come with a built-in modifier for handling search in List views. Developers have