logo
分类于: 互联网 计算机基础

简介

Programming iOS 7, 4th Edition: Dive Deep Into Views, View Controllers, and Frameworks

Programming iOS 7, 4th Edition: Dive Deep Into Views, View Controllers, and Frameworks 0.0分

资源最后更新于 2020-11-20 04:59:51

作者:Matt Neuburg

出版社:O'Reilly Media

出版日期:2013-01

ISBN:9781449372293

文件格式: pdf

标签: 软件开发 iOS Mobile 计算机 development

简介· · · · · ·

If you’re grounded in the basics of Objective-C and Xcode, this practical guide takes you through the components you need for building your own iOS apps. With examples from real apps and programming situations, you’ll learn how to create views, manipulate view controllers, and use iOS frameworks for adding features such as audio and video.

Learn how to create, arrange, draw, la...

想要: 点击会收藏到你的 我的收藏,可以在这里查看

已收: 表示已经收藏

Tips: 注册一个用户 可以通过用户中心得到电子书更新的通知哦

目录

Views
Chapter 1 Views
The Window
Experimenting With Views
Subview and Superview
Visibility and Opacity
Frame
Bounds and Center
Transform
Layout
Chapter 2 Drawing
UIImage and UIImageView
Graphics Contexts
UIImage Drawing
CGImage Drawing
Snapshots
CIFilter and CIImage
Drawing a UIView
Graphics Context Settings
Paths and Shapes
Clipping
Gradients
Colors and Patterns
Graphics Context Transforms
Shadows
Erasing
Points and Pixels
Content Mode
Chapter 3 Layers
View and Layer
Layers and Sublayers
Drawing in a Layer
Transforms
Shadows, Borders, and Masks
Layer Efficiency
Layers and Key–Value Coding
Chapter 4 Animation
Drawing, Animation, and Threading
UIImageView and UIImage Animation
View Animation
Implicit Layer Animation
Core Animation
Actions
Emitter Layers
CIFilter Transitions
UIKit Dynamics
Motion Effects
Animation and Autolayout
Chapter 5 Touches
Touch Events and Views
Receiving Touches
Restricting Touches
Interpreting Touches
Gesture Recognizers
Touch Delivery
Interface
Chapter 6 View Controllers
View Controller Responsibilities
View Controller Hierarchy
View Controller Creation
How a View Controller Gets Its View
View Resizing and the Status Bar
Rotation
Presented View Controller
Tab Bar Controllers
Navigation Controllers
Custom Transition Animations
Page View Controller
Container View Controllers
Storyboards
View Controller Lifetime Events
View Controller Memory Management
State Restoration
Chapter 7 Scroll Views
Creating a Scroll View in Code
Using a Content View
Scroll View in a Nib
Scrolling
Zooming
Scroll View Delegate
Scroll View Touches
Floating Scroll View Subviews
Scroll View Performance
Chapter 8 Table Views and Collection Views
Table View Cells
Table View Data
Table View Cell Selection
Table View Scrolling and Layout
Table View State Restoration
Table View Searching
Table View Editing
Table View Menus
Collection Views
Chapter 9 Popovers and Split Views
Preparing a Popover
Summoning and Dismissing a Popover
Popovers and Presented Views
Automatic Popovers
Split Views
Chapter 10 Text
Fonts
Attributed Strings
Labels
Text Fields
Text Views
Text Kit
Chapter 11 Web Views
Web View Content
Paginated Web Views
Web View State Restoration
Communicating with a Web View
Chapter 12 Controls and Other Views
UIActivityIndicatorView
UIProgressView
UIPickerView
UISearchBar
UIControl
Bars
Tint Color
Appearance Proxy
Chapter 13 Modal Dialogs
Alert View
Action Sheet
Dialog Alternatives
Local Notifications
Activity View
Some Frameworks
Chapter 14 Audio
System Sounds
Audio Session
Audio Player
Remote Control of Your Sound
Playing Sound in the Background
Further Topics in Sound
Chapter 15 Video
MPMoviePlayerController
MPMoviePlayerViewController
UIVideoEditorController
Introduction to AV Foundation
Chapter 16 Music Library
Exploring the Music Library
Music Player
MPVolumeView
Playing Songs With AV Foundation
Music Picker
Chapter 17 Photo Library and Image Capture
Choosing From the Photo Library
Assets Library Framework
Using the Camera
Customizing the Image Capture Interface
Image Capture With AV Foundation
Chapter 18 Address Book
Address Book Database
Address Book Interface
Chapter 19 Calendar
Calendar Database
Calendar Interface
Chapter 20 Mail and Messages
Mail Message
Text Message
Twitter Post
Chapter 21 Maps
Displaying a Map
Annotations
Overlays
Map Kit and Current Location
Communicating With the Maps App
Geocoding, Searching, and Directions
Chapter 22 Sensors
Core Location
Acceleration and Attitude
Final Topics
Chapter 23 Persistent Storage
The Sandbox
Basic File Operations
Saving and Reading Files
User Defaults
File Sharing
Document Types
Handing Off a Document
Document Architecture
iCloud
XML
SQLite
Core Data
Image File Formats
Chapter 24 Basic Networking
HTTP Requests
Background App Refresh
In-App Purchases
Bonjour
Chapter 25 Threads
Main Thread
Why Threading Is Hard
Three Ways of Threading
Threads and App Backgrounding
Chapter 26 Undo
Undo Manager
Undo Interface
Appendix Application Lifetime Events
Index
Colophon