Mastering Swift 5.3 - Sixth Edition: Upgrade your knowledge and become an expert in the latest version of the Swift programming language
Hoffman, Jon
- 出版商: Packt Publishing
- 出版日期: 2020-11-23
- 售價: $1,540
- 貴賓價: 9.5 折 $1,463
- 語言: 英文
- 頁數: 418
- 裝訂: Quality Paper - also called trade paper
- ISBN: 1800562152
- ISBN-13: 9781800562158
-
相關分類:
Apple Developer
立即出貨 (庫存=1)
買這商品的人也買了...
-
$480$408 -
$1,460$1,153 -
$520$442 -
$680$537 -
$260$234 -
$941Key Performance Indicators For Dummies (Paperback)
-
$2,000$1,900 -
$1,230$1,169 -
$1,400$1,330 -
$1,540$1,509 -
$1,540$1,463 -
$420$378 -
$960SwiftUI Cookbook: Discover solutions and best practices to tackle the most common problems while building SwiftUI apps
-
$594$564 -
$1,730$1,644 -
$500$350 -
$600$468 -
$1,470Developing IoT Projects with ESP32: Automate your home or business with inexpensive Wi-Fi devices
-
$2,475Software Architecture: The Hard Parts: Modern Trade-Off Analyses for Distributed Architectures (Paperback)
-
$2,040$1,938
相關主題
商品描述
A comprehensive guide for programming enthusiasts who wish to gain a firm command of the fundamentals and advanced Swift concepts
Key features
- Sixth edition of this bestselling book, improved and updated to cover the latest version of the Swift 5.3 programming language
- Get to grips with popular and modern design techniques to write easy-to-manage Swift code
- Use core Swift features such as concurrency, generics, and copy-on-write in your code
Book Description
Over the years, Mastering Swift has proven itself among developers as a popular choice for an in-depth and practical guide to the Swift programming language. This sixth edition comes with the latest features, an overall revision to align with Swift 5.3, and two new chapters on building swift from source and advance operators.
From the basics of the language to popular features such as concurrency, generics, and memory management, this in-depth guide will help you develop your expertise and mastery of the language.
As you progress, you will gain practical insights into some of the most sophisticated elements in Swift development, including protocol extensions, error handling, and closures. The book will also show you how to use and apply them in your own projects. In later chapters, you will understand how to use the power of protocol-oriented programming to write flexible and easier-to-manage code in Swift. Finally, you will learn how to add the copy-on-write feature to your custom value types, along with understanding how to avoid memory management issues caused by strong reference cycles.
By the end of this swift book, you will have mastered the Swift 5.3 language and developed the skills you need to effectively use its features to build robust applications.
What you will learn
- Understand core Swift components, such as operators, collections, control flows, and functions
- Identify how and when to use classes, structures, and enumerations
- Use protocol-oriented design with extensions to write easier-to-manage code
- Leverage design patterns with Swift to solve commonly occurring design problems
- Apply copy-on-write for your custom value types to improve performance
- Add concurrency to your applications using Grand Central Dispatch and Operation Queues
- Implement generics to write flexible and reusable code
Who this book is for
This book is for beginners with a basic understanding of programming and experienced developers looking to learn Swift programming. Familiarity with Apple's tools will be beneficial but not mandatory. All examples should also work on the Linux and Windows platforms
作者簡介
Jon Hoffman has over 25 years of experience in the field of information technology. He has worked in the areas of system administration, network administration, network security, application development, and architecture. Currently, Jon works as an Enterprise Software Manager for Syn-Tech Systems.
Jon has an extensive iOS development experience and he has been involved in various projects since 2008. This includes several apps that he has published in the App Store, apps that he has written for third parties, and numerous enterprise applications. He has also developed mobile applications for the Android and Windows platforms.
目錄大綱
- Taking the First Steps with Swift
- Swift Documentation and Installing Swift
- Learning about Variables, Constants, Strings, and Operators
- Optional Types
- Using Swift Collections
- Control Flow
- Functions
- Classes, Structures, and Protocols
- Protocols and Protocol Extensions
- Protocol-Oriented Design
- Generics
- Error Handling and Availability
- Custom Subscripting
- Working with Closures
- Advanced and Custom Operators
- Concurrency and Parallelism in Swift
- Custom Value Types
- Memory Management
- Swift Formatting and Style Guide
- Adopting Design Patterns in Swift