
How to Create an Animated Navigation Menu in SwiftUI Using matchedGeometryEffect
One reason why I really enjoy programming using the SwiftUI framework is that it makes so easy to animate view
Founder of AppCoda. Author of multiple iOS programming books including Beginning iOS Programming with Swift and Mastering SwiftUI. iOS App Developer and Blogger. Follow me at Facebook and Twitter (X).
One reason why I really enjoy programming using the SwiftUI framework is that it makes so easy to animate view
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
In WWDC 2021, Apple announced tons of new features for the SwiftUI framework to make developers’ life easier. AsyncImage is
In WWDC 21, Apple introduced some of the most anticipated enhancements for List view in the SwiftUI framework. Prior to
A launch screen is the very first screen presented to users when your app starts up. When you create a
With the release of Xcode 12.5, Apple finally lets developers record videos and animated GIF right from simulators. In
RealityKit was a new framework introduced in 2019 to implement high-performance 3D simulation and rendering. We’ve explored ARKit development
SwiftUI has made it very easy for developers to create a list view, similar to a table view in UIKit.
ScrollViewReader is one of my favorite new features in the new version of SwiftUI. Before the release of iOS 14,
When the SwiftUI framework was first released, developers are required to wrap the MKMapView class in order to embed a
If you have some experience with iOS app development, you should be very familiar with the data source protocols such