/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

swiftui-lab.com
| | iosapptemplates.com
2.6 parsecs away

Travel
| | SwiftUI is the modern way of building user interfaces across all Apple platforms. In this tutorial, we are going to learn how to create a chat app in SwiftUI. There are a lot of interesting Read more...
| | doordash.engineering
3.2 parsecs away

Travel
| | We compare UIKit's event-driven approach to SwiftUI's data-driven one, then dive into the SwiftUI view cycle, identity, and rendering process
| | nilcoalescing.com
3.2 parsecs away

Travel
| | Programmatically dismiss presentations and pop views from the navigation stack in both pure SwiftUI and hybrid UIKit/SwiftUI apps with the help of the dismiss action.
| | swiftwithmajid.com
24.4 parsecs away

Travel
| During WWDC 23, SwiftUI introduced a new view modifier called visualEffect. This modifier allows us to attach a set of animatable visual effects by accessing layout information of the particular view. This week, we will learn how to use the new visualEffect view modifier in SwiftUI.