更新时间:2021-07-09 21:36:59
coverpage
Swift 2 Blueprints
Credits
About the Author
About the Reviewers
www.PacktPub.com
Support files eBooks discount offers and more
Preface
What this book covers
What you need for this book
Who this book is for
Conventions
Reader feedback
Customer support
Chapter 1. Exploring Xcode
Keyboard shortcuts
Versioning your project
Testing with Playground
Debugging
New Swift features
Some final comments
Summary
Chapter 2. Creating a City Information App with Customized Table Views
Project overview
Setting it up
The first scene
Displaying the cities' information
Coding the initial view controller
Adding the page view controller
Displaying the Wikipedia information
Displaying weather forecasts
Retrieving some pictures
Chapter 3. Creating a Photo Sharing App
The camera
Custom UIView
The social framework
Creating the app
Creating a view to draw on it
Developing the edition space
Publishing your picture
Chapter 4. Simulating Home Automation with HomeKit
Preparing yourself for HomeKit
Building view controllers with HomeKit
Chapter 5. Health Analyzing App Using HealthKit
The setup
Creating helpers
Asking permission
Displaying and saving the user's health data
Checking your health record
Charts on the storyboard
Chapter 6. Creating a Game App Using SpriteKit
Chapter 7. Creating an Apple Watch App
The iOS app
The models
A scene to add supplies
Displaying the fridge's status
Going to the supermarket
The WatchApp
Communicating with the iOS app
Displaying the map on the watch
The glance
Chapter 8. AVFoundation
Getting a project overview
Setting up the app
Storing some asset information
Listing videos
Recording
Improving the usability
Index