Explore >> Select a destination


You are here

whackylabs.com
| | benoitpasquier.com
11.2 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.
| | benoitpasquier.com
11.4 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.jessesquires.com
9.7 parsecs away

Travel
| | A few days ago I was (finally!) updating a project to use Swift 2.2 and I ran into a few issues when converting to use the new #selector syntax introduced by...
| | firebase.blog
93.8 parsecs away

Travel
| Adding Crashlytics to a Jetpack Compose app