/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

christianselig.com
| | nilcoalescing.com
1.9 parsecs away

Travel
| | With iOS 18, we can now use SwiftUI animations to animate UIKit views, making it easier to bring SwiftUI's expressive and flexible animations into UIKit projects.
| | benoitpasquier.com
2.7 parsecs away

Travel
| | With iOS13, Apple is introducing "Sign In with Apple", an authentication system that allows user create an account for your app based on their Apple ID. Let's see how to integrate it in your app and be ready for iOS13 launch.
| | www.dcordero.me
2.8 parsecs away

Travel
| | Implementing a Video Player with RealityKit
| | benoitpasquier.com
31.7 parsecs away

Travel
| A big part of the developer journey is make sure our code behaves as expected. It's best practice to setup tests that allow us to test quickly and often that nothing is broken. If unit testing is common practice to check the business logic, we can also extend it to cover some specific UI behaviors. Let's how to unit test views and gesture in UIKit.