|
You are here |
christianselig.com | ||
| | | | |
nilcoalescing.com
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | | | Implementing a Video Player with RealityKit | |
| | | | |
benoitpasquier.com
|
|
| | | 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. | ||