Explore >> Select a destination


You are here

swiftui-lab.com
| | doordash.engineering
13.6 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
| | www.thecodedself.com
19.4 parsecs away

Travel
| | A toast view is a small, short-lived popup provides a small bite of information (see what I did there?) to the user. It's an Android paradigm, but if you're working on an iOS app that has an Android component, the chances are high that you have been or will be asked to implement one at some point. So you might as well learn how to make one simply without having to pull in a 3rd-party dependency, right? Well, let's get started then.
| | getstream.io
13.7 parsecs away

Travel
| | An app like Telegram uses animations to engage and onboard users in many ways. Learn to build detailed SwiftUI animations for your apps.
| | www.neilmacy.co.uk
113.9 parsecs away

Travel
| A really nice improvement to Previews, with a macro cleaning up the boilerplate, and parity between SwiftUI and UIKit.