|
You are here |
whackylabs.com | ||
| | | | |
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... | |
| | | | |
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. | |
| | | | |
www.iamsim.me
|
|
| | | | | In the first installment of this blog series on UIKit and The Composable Architecture we talked about how we can reduce the boiler plate required to setup a view controller powered by a Store. This post will build on that and see what it takes to implement a collection view. The first thing you need to know about rendering items from a TCA Store in a table or collection view is that we won't be referring to the items by IndexPath. | |
| | | | |
blog.codemagic.io
|
|
| | | Could Codemagic be alternative to Jenkins? In this article, we will compare Codemagic and Jenkins from the mobile app developer perspective. | ||