iOS Programming: The Big Nerd Ranch Guide

Series
Pearson
Author
Christian Keur / Aaron Hillegass  
Publisher
Pearson
Cover
Softcover
Edition
6
Language
English
Total pages
416
Pub.-date
December 2016
ISBN13
9780134682334
ISBN
0134682335
Related Titles


Product detail

Product Price CHF Available  
9780134682334
iOS Programming: The Big Nerd Ranch Guide
55.40 approx. 7-9 days

Description

iOS Programming: The Big Nerd Ranch Guide leads readers through the essential concepts, tools, and techniques for developing iOS applications. After completing this book, students will have the know-how and the confidence you need to tackle iOS projects on their 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. Readers get a real understanding of how iOS development works, the many features that are available, and when and where to apply what they have learned.

 

Features

  • The bestselling iOS programming guide for experienced programmers is now fully updated for Xcode 8, Swift 3, and iOS 10!
  • Completely reworked to teach iOS programming using the Swift programming language
  • Expanded coverage of Auto Layout, web services, and Core Data, as well as new coverage of size classes and collection views
  • From Aaron Hillegass and the legendary Mac programming experts at The Big Nerd Ranch, the worldwide leader in professional training for Mac developers!

New to this Edition

Coverage of  Xcode 8, Swift 3, and iOS 10.

Table of Contents

1. A Simple iOS Application
2. The Swift Language
3. Views and the View Hierarchy
4. Text Input and Delegation
5. View Controllers
6. Programmatic Views
7. Localization
8. Controlling Animations
9. Debugging
10. UITableView and UITableViewController
11. Editing UITableView
12. Subclassing UITableViewCell
13. Stack Views
14. UINavigationController
15. Camera
16. Saving, Loading, and Application States
17. Size Classes
18. Touch Events and UIResponder
19. UIGestureRecognizer and UIMenuController
20. Web Services
21. Collection Views
22. Core Data
23. Core Data Relationships
24. Accessibility
25. Afterword