Автор: Hoffman Jon Название: IOS and OS X Network Programming Cookbook ISBN: 1849698082 ISBN-13(EAN): 9781849698085 Издательство: Неизвестно Рейтинг: Цена: 10114.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Автор: Hoffman Jon Название: Swift 4 Protocol-Oriented Programming - Third Edition ISBN: 1788470036 ISBN-13(EAN): 9781788470032 Издательство: Неизвестно Рейтинг: Цена: 8091.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Автор: Wagner Andrew J., Hoffman Jon, Scalzo Giordano Название: Swift: Developing iOS Applications ISBN: 1787120244 ISBN-13(EAN): 9781787120242 Издательство: Неизвестно Рейтинг: Цена: 16551.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Автор: Hoffman Jon Название: Mastering Swift 3 ISBN: 1786466120 ISBN-13(EAN): 9781786466129 Издательство: Неизвестно Рейтинг: Цена: 9010.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Автор: Hoffman Jon Название: Protocol Oriented Programming with Swift ISBN: 1785882945 ISBN-13(EAN): 9781785882944 Издательство: Неизвестно Рейтинг: Цена: 5516.00 р. Наличие на складе: Нет в наличии.
Автор: Hoffman Jon Название: Mastering Swift 3 - Linux ISBN: 1786461412 ISBN-13(EAN): 9781786461414 Издательство: Неизвестно Рейтинг: Цена: 9010.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Автор: Hoffman Jon Название: Mastering Swift ISBN: 1784392154 ISBN-13(EAN): 9781784392154 Издательство: Неизвестно Рейтинг: Цена: 10114.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
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
Автор: Hoffman, Jon T. Название: Warrior: General Lewis W. Walt, Usmcr ISBN: 0812969936 ISBN-13(EAN): 9780812969931 Издательство: Random House (USA) Рейтинг: Цена: 1379.00 р. Наличие на складе: Нет в наличии.
Автор: Hoffman Jon Название: Swift 5 Protocol Oriented Programming-- Fourth Edition ISBN: 1789349028 ISBN-13(EAN): 9781789349023 Издательство: Неизвестно Рейтинг: Цена: 6068.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: The Swift standard library is developed using protocol-oriented programming techniques, generics, and first-class value semantics; therefore it is important that every Swift developer understand these powerful concepts and how to take advantage of them.This book will demonstrate how to use protocol-oriented programming techniques to build ...
Автор: Hoffman, Jon Название: Mastering swift 5 ISBN: 1789139864 ISBN-13(EAN): 9781789139860 Издательство: Неизвестно Рейтинг: Цена: 7171.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Swift is the definitive language for Apple development today and it`s a vital part of any iOS and macOS developer`s skill set. The Mastering Swift book over the years has established itself as one of the popular choices for an in-depth and practical guide on Swift programming language amongst developers. The latest fifth edition is fully ...
Автор: Hoffman, Jon Название: Mastering swift 4 - fourth edition ISBN: 1788477804 ISBN-13(EAN): 9781788477802 Издательство: Неизвестно Рейтинг: Цена: 6206.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:
Dive into the latest release of the Swift programming language with this advanced development book for building highly performant applications.
Key Features
Harness the latest and most advanced features of Swift 4 to develop quality iOS and macOS applications
Comprehensive coverage of all the advanced features of Swift and guidance on advanced design techniques
Dive deep into protocol extensions, learn new error handling model, and use featured Swift design patterns to write more efficient code
Get to grips with advanced design techniques to write smarter, cleaner Swift code
Book Description
Swift is the definitive language for Apple development today. It's a vital part of any iOS and macOS developer's skillset, helping them to build the most impressive and popular apps on the App Store--the sort of apps that are essential to iPhone and iPad users every day. With version 4.0, the Swift team has added new features to improve the development experience, making it easier to get the results you want and customers expect.
Inside, you'll find the key features of Swift 4.0 and quickly learn how to use the newest updates to your development advantage. From Objective-C interoperability and ARC to closures and concurrency, this advanced Swift guide will develop your expertise and help you become fluent in this vital programming language.
We'll give you an in-depth knowledge of some of the most sophisticated elements of Swift development, including protocol extensions, error-handling, design patterns, and concurrency. We'll guide you on how to use and apply them in your own projects. You'll see how to leverage the power of protocol-oriented programming to write flexible and easier-to-manage code.
What you will learn
Delve into the core components of Swift 4.0, including operators, collections, control flows, and functions
Create and use classes, structures, and enumerations
Understand protocol-oriented design and see how it can help you write better code
Develop a practical understanding of subscripts and extensions
Add concurrency to your applications using Grand Central Dispatch and Operation Queues
Implement generics and closures to write very flexible and reusable code
Make use of Swift's error handling and availability features to write safer code
Who this book is for
This book is for developers who want to delve into the newest version of Swift. If you are a developer who learns best by looking at and working with code, then this book is for you. A basic understanding of Apple's tools is beneficial but not mandatory.
ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru