swift series book list

Learn swift from scratch

Content Introduction
This book is based on Swift 3.x and comprehensively introduces the application development of the Apple platform through a large number of cases. The book is divided into 5 parts. The diyi part introduces some basic knowledge of Swift, the second part introduces the intermediate and advanced content based on the Swift language, and the third part mainly introduces related issues such as mixed programming of Swift and Objective-C/C/C++ , The fourth part introduces the 2D game engine technology based on Swift language, and the fifth part introduces the development process of a game App in detail.

About the author
Guan Dongsheng, a programmer, trainer, and author who has been in the IT field for 20 years. He also authored "iOS Development Guide (5th Edition)", "Android Online Game Development Actual Combat", "Cocos2d-x Actual Combat" Series and other books.


swift Definitive Guide to Programming

Brief introduction
Big Nerd Ranch is a professional mobile development technology training organization in the United States. This book is its training material. The book system explains the basic concepts and programming skills of using Apple's Swift language to develop iPhone, iPad and Mac applications on iOS and macOS platforms. Mainly around the use of Swift language for iOS and macOS development, combined with a large number of code examples, teach readers to use advanced iOS and macOS features to develop real applications.

About the author:
Matthew Mathias Big Nerd Ranch Teaching Supervisor and iOS Lecturer. Doctor of Sociology, taught in colleges and universities. Currently, we are committed to providing good programming teaching materials and training for the majority of programming enthusiasts through Big Nerd Ranch. Outside of work, Matt likes to ride a bicycle, read comics, play games, etc.

John Gallagher Big Nerd Ranch software engineer and lecturer. In addition to developing apps for clients, most of his career has been dealing with very small embedded systems and very large supercomputers. He likes to learn new programming languages ​​and find ways to combine them. Outside of work, John spends most of his free time with his wife and three daughters.


Swift study manual

Editor's Recommendation
This book explains the commonly used Swift design patterns, the structure of applications on the Apple platform, and how to submit applications to the App Store. Build real and usable OS X and iOS applications and practice the Swift programming language.

Introduction
"Swift Learning Manual" is divided into four parts, covering the following content: Swift basics: learning the object-oriented features of Swift, and various development tools. OS X application development: planning applications, processing documents, and then building various functions. iOS application development: Use multimedia, contacts, location, notifications and iCloud to build a fully functional iOS Notepad application. Advanced application extension: Support Apple Watch, learn how to debug, monitor and test all three Swift applications.

Guess you like

Origin blog.csdn.net/m0_50414588/article/details/113103373