In this screencast I’ll show you how to dismiss the iOS Keyboard, which is commonly brought up by a UITextField – but doesn’t want to leave easy once summoned. It’s easy to overlook a...
Learn MoreIn this screencast I will show you how to push a local Xcode Git repository to GitHub. We’ll do this with the free and super amazing GitHub App for Mac OS X and Xcode 5.1. Enjoy!
Learn MoreI got this error message recently on a project that worked fine when I tried last (WordPress for iOS). The error didn’t make any sense, and no matter what I tried the app wouldn’t compile anymore,...
Learn MoreIn this example we have two UIViews: one backgroundView which does not change, and one numberView which can be moved, for example by a pan gesture (we’re not dealing with that though) Once the user lets...
Learn MoreTable View headers or footers can’t be tapped. Sometimes however that’s exactly what we want to do. In this example we’ll add a new UIView to out table view and add it to the table’s...
Learn More