更新时间:2021-07-16 20:23:16
coverpage
Application Development with Swift
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. Hello Swift
Introduction to Swift
Playgrounds
The code structure
Arrays
Dictionaries
Enum
Functions
Closures
Summary
Chapter 2. Advanced Swift
Type casting and type checking
Using Any and AnyObject
Protocols
Extensions
Generics
Operator functions
Memory management
Using Objective-C and Swift in a single project
Chapter 3. Touch ID
What is Touch ID?
The LocalAuthentication framework
Chapter 4. Introduction to HealthKit
What is HealthKit?
HealthKit limitations
HealthKit privacy
Getting started with HealthKit
Chapter 5. Introduction to Metal
What is Metal?
Features
3D rendering
Other options to work with 3D rendering in iOS
Getting started with Metal
Chapter 6. Introduction to WatchKit
Apple watch
WatchKit
Working with WatchKit
Chapter 7. Swift App Extensions
App extensions
Demo
Index