O'Reilly Answers is a community site for sharing knowledge, asking questions, and providing answers that brings together our customers, authors, editors, conference speakers, and Foo (Friends of O'Reilly). More »
If you want to load a Nib file at run time by simply allocating and initializing a View object, then you should take a rather strange approach to how you create your class files. Suppose you have a su...
The common way to add a book purchased outside of the iBooks store is to add it to the library and sync it to your iPhone/iPad. But what happens when the publisher releases an updated book? How do y...
This is the ultimate debug-killer! This is the third video in the series of videos that I've prepared, teaching iOS developers how to take advantage of some of the most awesome features and ma...
The following excerpt from PayPal APIs: Up and Running walks you through the steps required to setup Paypal's Mobile Express Checkout for your mobile app or mobile website.PayPal provides a Mobile...
This is the second video in the series of videos that I'm preparing, demonstrating to iOS developers how they can take advantage of logging facilities provided in the iOS SDK to be able to find de...
Ever wanted to learn to save hours of your and your teammates' time by creating software that doesn't crash, has logs and lets you find its defects easily? Ever got sick and tired of using a d...
Apple has a little secret... Emojis... Emoji is Japanese for "Electronic Emoticons". There are currently more than 100 smileys and emoticons that you can enable on your iOS device, be it iPh...
You’ve known for a long time that iOS supports multitasking but you’ve never had a chance to really learn how to implement it in your app. Well, in this video, I will teach you how to do that. Itâ...
You want to add a UIActivityIndicator in iOS SDK on top of a navigation bar button and you have searched everywhere for a solution. Wherever you went, they said “initialize your UIBarButtonItem with...