5th Edition. — Big Nerd Ranch, 2015. — 416 p. — ISBN10: 0134390733, ISBN13: 978-0134390734.
На англ. языке.
iOS Programming: The Big Nerd Ranch Guide leads you through the essential concepts, tools and techniques for developing iOS applications, giving you the know-how and confidence you need to tackle iOS apps of your own. Based on our Beginning iOS bootcamp, this bestselling guide teaches iOS concepts and coding in tandem.
About the BookIn this edition, updated for Swift 2.0, iOS 9 and Xcode 7, the authors cover everything from creating an Xcode project to controlling animations, Core Data and more. You'll gain an understanding of how iOS development works, the many features that are available, and when and where to apply what you've learned.
Chapter 1: A Simple iOS Application
Chapter 2: The Swift Language
Chapter 3: Views and View Hierarchy
Chapter 4: Text Input and Delegation
Chapter 5: View Controllers
Chapter 6: Programmatic Views
Chapter 7: Localization
Chapter 8: Controlling Animations
Chapter 9: UITableView and UITableViewController
Chapter 10: Editing UITableView
Chapter 11: Subclassing UITableViewCell
Chapter 12: Stack Views
Chapter 13: UINavigationController
Chapter 14: Camera
Chapter 15: Saving, Loading, and Application States
Chapter 16: Size Classes
Chapter 17: Touch Events and UIResponder
Chapter 18: UIGestureRecognizer and UIMenuController
Chapter 19: Web Services
Chapter 20: Collection Views
Chapter 21: Core Data
Chapter 22: Core Data Relationships
Chapter 23: Afterword