|
You are here |
www.jessesquires.com | ||
| | | | |
whackylabs.com
|
|
| | | | | I very recently learned it the hard way that objc selectors can not be async. | |
| | | | |
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. | |
| | | | |
blog.steveasleep.com
|
|
| | | | | There are three patterns I use in most of my UIKit projects that I've never seen anyone else talk about. I think they help readability a ... | |
| | | | |
stevemoser.org
|
|
| | | While looking at Apple's iAd Suite sample code I noticed that the TabbedBanner example was the perfect use case for iOS 6's new Container View Storyboard obj... | ||