A deep dive into Swift’s features,from low-level programming to high-level abstractions.
In this book,we’ll write about advanced concepts in Swift programming. If you have read the Swift Programming Guide,and want to explore more,this book is for you.
Swift is a great language for systems programming,but also lends itself for very high-level programming. We’ll explore both high-level topics (for example,programming with generics and protocols),as well as low-level topics (for example,wrapping a C library and string internals).
WHAT’S IN THE BOOK
Collections
How to use Swift’s built-in collection types and how to build your own.
Optionals
Improve the safety and clarity of your code.
Generics
Write functions and methods that work on multiple types.
Protocols
Use protocols to simplify your code.
Strings
How to use strings and how they work with unicode.
Mutability
Swift offers powerful features for dealing with mutability.
Memory Management
Learn how value types and reference types interact.
Error Handling
Understand Swift’s built-in error handling.
Interoperability
Wrap calls to C libraries and present them in Swift using a natural API.
Advanced Swift Updated for Swift 3.pdf[/erphpdown]
Advanced Swift: Updated for Swift 3
未经允许不得转载:finelybook » Advanced Swift: Updated for Swift 3
相关推荐
Programming the Pico: Learn Coding and Electronics with the Raspberry Pi Pico, 2nd Edition
Raspberry Pi Compute Module 5 IoT In C: Using Linux Drivers and Gpio5
Ultimate Docker for Cloud Native Applications: Unleash Docker Ecosystem by Optimizing Image Creation
Ultimate Enterprise Data Analysis and Forecasting using Python
Ultimate Flutter for Cross-Platform App Development: Build Seamless Cross-Platform Flutter UIs with Dart, Dynamic Widgets, Unified Codebases, and Expert Testing Techniques
Ultimate Modern jQuery for Web App Development: Create Stunning Interactive Web Applications with Seamless DOM Manipulation, Animation, and AJAX Integration of jQuery and JavaScript