Explore >> Select a destination


You are here

www.jessesquires.com
| | whackylabs.com
12.1 parsecs away

Travel
| | I very recently learned it the hard way that objc selectors can not be async.
| | benoitpasquier.com
11.7 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.
| | blog.steveasleep.com
13.1 parsecs away

Travel
| | 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
90.7 parsecs away

Travel
| 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...