Explore >> Select a destination


You are here

whackylabs.com
| | benoitpasquier.com
1.9 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.
| | williamboles.com
1.7 parsecs away

Travel
| | UIAlertController alerts form the backbone of a lot of the interactions between our users and our apps. While there have been some changes to alerts over the years, very little has changed about their appearance or our ability to customise that appearance - this causes for app designers pain ??
| | sarunw.com
1.6 parsecs away

Travel
| | Learn how to use UIView as a SwiftUI view.
| | www.debugbear.com
41.9 parsecs away

Travel
| Server-side rendering ensures that website content appears quickly, without first having to download and run application code.