/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
| | getstream.io
2.5 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.
| | nerdyak.tech
1.7 parsecs away

Travel
| | Transitions play a vital role in the user experience of our apps. They are visual keys signalizing that the app or screen context is changing.
| | nilcoalescing.com
1.2 parsecs away

Travel
| | Learn how to use matchedGeometryEffect() in SwiftUI to animate a capsule background that highlights the selected option in a custom segmented control.
| | swiftrocks.com
26.5 parsecs away

Travel
| CaseIterable is one of my favorite features in Swift 4.2. Despite being a simple protocol, it solves the common problem (that I personally faced many times) of needing access to an array containing all the cases of a certain enum.