You are here |
whackylabs.com | ||
| | | |
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. | |
| | | |
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.jessesquires.com
|
|
| | | | 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
|
|
| | Adding Crashlytics to a Jetpack Compose app |