Book description
Get quick answers for developing and debugging applications with Swift, Apple’s multi-paradigm programming language. Updated to cover the latest features in Swift 2.0, this pocket reference is the perfect on-the-job tool for learning Swift’s modern language features, including type safety, generics, type inference, closures, tuples, automatic memory management, and support for Unicode.
Designed to work with Cocoa and Cocoa Touch, Swift can be used in tandem with Objective-C, and either language can call APIs implemented in the other. Swift is still evolving, but Apple clearly sees it as the future language of choice for iOS and OS X software development.
Topics include:
- Supported data types, such as strings, arrays, array slices, sets, and dictionaries
- Program flow: loops, conditional execution, and error handling
- Classes, structures, enumerations, and functions
- Protocols, extensions, and generics
- Memory management
- Closures: similar to blocks in Objective-C and lambdas in C#
- Optionals: values that can explicitly have no value
- Operators, operator overloading, and custom operators
- Access control: restricting access to types, methods, and properties
- Ranges, intervals, and strides
- A full list of built-in global functions and their parameter requirements
Publisher resources
Table of contents
- Introduction
- Conventions Used in This Book
- Using Code Examples
- Safari® Books Online
- How to Contact Us
- Acknowledgments
- Getting Started with Swift 2
- A Taste of Swift
- Basic Language Features
- Types
- Variables and Constants
- Tuples
- Operators
- Strings and Characters
- Arrays
- Dictionaries
- Sets
- Functions
- Closures
- Optionals
- Program Flow
- Classes
- Structures
- Enumerations
- Access Control
- Extensions
- Checking and Casting Types
-
Protocols
- Required Properties
- Required Methods
- Optional Methods and Properties
- Initializers in Protocols
- Adopting Protocols with Extensions
- Inheritance and Protocols
- Using a Protocol as a Type
- Checking Protocol Conformance
- Protocol Extensions
- Built-In Protocols
- The GeneratorType Protocol
- The SequenceType Protocol
- The CollectionType Protocol
- Memory Management
- Generics
- Operator Overloading
- Ranges, Intervals, and Strides
- Global Functions
- Changes From Swift 1.0
- Index
Product information
- Title: Swift Pocket Reference, 2nd Edition
- Author(s):
- Release date: March 2016
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9781491958599
You might also like
book
Swift Pocket Reference, 2nd Edition
Get quick answers for developing and debugging applications with Swift, Apple’s multi-paradigm programming language. Updated to …
book
Swift Pocket Reference, 3rd Edition
Get quick answers for developing and debugging applications with Swift 3, the latest version of Apple’s …
book
Swift 4 Protocol-Oriented Programming - Third Edition
Build fast and powerful applications by harnessing the power of protocol-oriented programming in Swift 4 About …
book
Swift Translation Guide for Objective-C Users: Develop and Design
APPLE DESIGNED SWIFT SO YOU wouldn’t need previous Apple programming experience, but many Apple developers will …