IOS programming : the Big Nerd Ranch guide /
Presents a guide to the concepts and coding of iOS to create a variety of applications, covering such topics as debugger, core location, reference counting, blocks and categories in Objective-C, and push notifications.
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Otros Autores: | , |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Atlanta, GA :
Big Nerd Ranch,
2014.
|
Edición: | 4th ed. |
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- A simple iOS application
- Objective-C
- Managing memory with ARC
- views and the view hierarchy
- Views: redrawing and UIScrollViews
- View controllers
- Delegation and text input
- UITableView and UITableViewController
- Editing UITableView
- UINavigationController
- Camera
- Touch events and UIResponder
- UIGestureRecognizer and UIMenuController
- Debugging tools
- Introduction to auto layout
- Auto layout: programmatic constraints
- Autorotation, popover controllers, and modal view controllers
- Saving, loading and application states
- Subclassing UITableViewCell
- Dynamic type
- UISplitViewController
- Core data
- State restoration
- Localization
- NSUserDefaults
- Controlling animations
- UIStoryboard
- Afterword.