|
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. | |
| | | | |
williamboles.com
|
|
| | | | | 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
|
|
| | | | | Learn how to use UIView as a SwiftUI view. | |
| | | | |
www.debugbear.com
|
|
| | | Server-side rendering ensures that website content appears quickly, without first having to download and run application code. | ||