Updating

Description

Updated and expanded to cover iOS 7 and Xcode 5, iOS Programming: The Big Nerd Ranch Guide leads you through the essential concepts, tools, and techniques for developing iOS applications. After completing this book, you will have the know-how and the confidence you need to tackle iOS projects of your own. Based on Big Nerd Ranch's popular iOS Bootcamp course and its well-tested materials and methodology, this bestselling guide teaches iOS concepts and coding in tandem. The result is instruction that is relevant and useful.
Throughout the book, the authors explain what's important and share their insights into the larger context of the iOS platform. You get a real understanding of how iOS development works, the many features that are available, and when and where to apply what you've learned.
Here are some of the topics covered:
Xcode 5, Instruments, and StoryboardsBuilding interfaces using the iOS 7 aestheticARC and strong and weak referencesHandling touch events and gesturesToolbars, navigation controllers, and split view controllersUsing Auto Layout to scale user interfacesUsing Dynamic Type to scale fontsLocalization and InternationalizationBlock syntax and useSaving/loading data: Archiving and Core DataCore Location and Map KitCommunicating with web services using JSONUsing the Model-View-Controller-Store design pattern

Apple Books: Customer Ratings

Average

 0.0 (No rating)

Apple Books: Customer Reviews

Excellent book on the subject

 – 
blooddude
 – 
2014-05-30
Wonderful book, which gives a complete picture of the iOS API and a clear explanation of what is going on behind the scenes. My only gripe is the odd coding style of putting the pointer "*" on the variable (UIView *myView), rather than the type (UIView* myView) as Apple use. I find this quite jarring.
Still, the best book for those wanting to do some iOS coding!