Explore >> Select a destination


You are here

www.giorgiosironi.com
| | www.marclittlemore.com
12.2 parsecs away

Travel
| | Unlock the secrets of high-quality unit testing. Discover how to write effective tests and improve your code quality.
| | benoitpasquier.com
16.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.
| | www.code4it.dev
14.6 parsecs away

Travel
| | Code4IT - a blog for .NET enthusiasts, Azure lovers, and Backend developers
| | sintraworks.github.io
79.3 parsecs away

Travel
| So you're building your app, and have a navigation controller, and sometimes you need to know when the controller is about to navigate, or has just finished navigating. Well, there's a great built in API for that, right?