Using Lottie and SwiftUI to Create Awesome Animations
A few years ago, I wrote a tutorial about the Lottie library. A reader asked if he could use the
Dive into SwiftUI, Apple's revolutionary UI framework for building beautiful and intuitive user interfaces across iOS, macOS, watchOS, and tvOS. Our tutorials cover the essentials of SwiftUI, enabling you to create stunning apps with declarative syntax, reactive UI updates, and seamless integration with Swift. Learn to unlock the power of SwiftUI's rich set of views, modifiers, and controls to design elegant and engaging user experiences.
A few years ago, I wrote a tutorial about the Lottie library. A reader asked if he could use the
Other than all the big features such as AsyncImage and searchable, the iOS 15 SDK also introduced some minor improvements
This intermediate book (over 950 pages) uses a problem-solution approach to teach you Swift programming and covers some of the
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.
One reason why I really enjoy programming using the SwiftUI framework is that it makes so easy to animate view
Prior to iOS 15, SwiftUI didn’t come with a built-in modifier for handling search in List views. Developers have