Показаны сообщения с ярлыком Books. Показать все сообщения
Показаны сообщения с ярлыком Books. Показать все сообщения

11 апр. 2017 г.

25 сент. 2016 г.

22 сент. 2016 г.

SWIFTER - 100 must know tips for Swift (2nd Edition)




Год выпуска: 2016
Автор: Wei Wang: https://leanpub.com/u/onevcat
Язык: Английский
Издательство: Leanpub: https://leanpub.com
Серия: Swift
Формат: PDF, EPUB
Качество: eBook (изначально компьютерное)
Количество страниц: 235

Описание: If you are not satisfied with those beginner book on Swift, this book is what you are looking for. It covers 100 super useful tips to help you write better Swift code. I believe you could pick up some invaluable gems from these tips.

Если Вы не получаете удовлетворение от книг для начинающих по Swift, эта книга то что Вы искали. Она содержит сотню супер полезных советов, которые помогут Вам лучше писать код на языке Swift. Я верю, что некоторые из них вам обязательно пригодятся!

В раздаче содержится файл playground со всеми примерами из данной книги!

28 июл. 2016 г.

Swift 3 Functional Programming



Автор: Fatih Nayebi
Название: Swift 3 Functional Programming
Издательство: Pact Publishing
Год: 2016
ISBN: 978-1785883880
Язык: English
Формат: pdf, epub
Размер: 10 mb
Страниц: 296

Functional programming (FP) is getting a lot of attention as it eases many of the difficulties faced in object-oriented programming (OOP), such as testability, maintainability, scalability, and concurrency. Swift has a lot of functional programming features that can be easily used, but most Objective-C and Swift programmers are not familiar with these tools.

This book aims to simplify the functional programming paradigms and make it easily usable for Swift programmers, showing you how to use popular functional programming techniques to solve many of your day-to-day development problems. Whether you are new to functional programming and Swift or experienced, this book will provide you with the skills you need to design and develop high quality, easily maintainable, scalable, and efficient applications for iOS, rnacOS, tvOS, and watchOS. Through this book, you'll learn to build bug-free, maintainable code using functional programming.

11 июн. 2016 г.

Raywenderlich The Swift Apprentice: Beginning Programming with Swift 2 v1.3



Год выпуска: 2016
Автор: Janie Clayton, Alexis Gallagher, Matt Galloway, Eli Ganem, Erik Kerber, Ben Morrow.
Жанр: Разработка
Издательство: Raywenderlich
Язык: Английский
Серия: Tutorials
ISBN: 978-1942878131
Формат: PDF
Качество: eBook (изначально компьютерное)

Свифт это самый простой способ, чтобы начать разработку на платформах Apple: IOS, OS X, watchOS и tvOS. С выходом Swift 2 в 2015 году, в него упаковано еще больше возможностей и усовершенствований.

Learn How To Program with Swift 2!
Swift is the easiest way to get started developing on Apple's platforms: iOS, OS X, watchOS and tvOS. With the release of Swift 2 in 2015, the Swift language is packed with even more features and enhancements.

In this book, you'll learn the basics of Swift from getting started with playgrounds to simple operations to building your own types. Everything you'll learn is platform-neutral; you'll have a firm understanding of Swift by the end of this book, and you'll be ready to move on to whichever app platform you're interested in.

Who This Book Is For:
This book is for complete beginners to Swift 2. No prior programming experience is necessary!
- Topics Covered in The Swift Apprentice
- Playground basics: Learn about the coding environment where you can quickly and easily try out your code as you learn.
- Numbers and strings: These are the basic kinds of data in any app – learn how to use them in Swift.
- Making Decisions: Your code doesn't always run straight through – learn how to use conditions and decide what to do.
- Functions: Group your code together into reusable chunks to run and pass around.
- Collection Types: Discover the many ways Swift offers to store and organize data into collections.
- Building Your Own Types: Learn how to model elements in your app using classes, structures and enumerations.
- Protocols & Protocol-Oriented Programming: Define protocols to make your code more interface-based and compositional.
- Error Handling: Make your code more robust and flexible by signaling and handling error conditions gracefully.
- Functional Programming: Learn how to use Swift in a functional style and how this can make your code clearer and easier to reason about.
- After reading this book and completing your Swift apprenticeship by working through the included exercises and challenges, you'll be ready to take on app development on the platform of your choice!

С исходными кодами / With source code

Скачать / Download

19 февр. 2016 г.

Swift. Основы разработки приложений под iOS



Усов В.А.

Тема: Библиотека программиста
Год: 2016
Страниц: 304
Обложка: Обл Ц
Формат: 60х90/16
Баркод: 9785496022569
ISBN: 978-5-496-02256-9

Swift — быстрый, современный, безопасный и удобный язык программирования — появился совсем недавно и стал огромным сюрпризом для iOS-общественности. И вот, спустя год, Apple выпустила версию 2.0, а следом и 2.1, привнесшую в процесс разработки ряд значительных нововведений.

Данная книга содержит исчерпывающую информацию для всех желающих научиться программировать на замечательном языке Swift и создавать собственные iOS-приложения. Вы найдете не только теоретический материал, но и большое количество практических примеров и заданий, которые позволят постичь все тонкости нового языка. Дерзайте, ведь, изучив Swift, вы сможете создавать приложения для любой платформы — iOS, OS X, tvOS или watchOS.

Source codes from Ray Wenderlich books (except tvOS book)



Core Data by Tutorials

Raywenderlich 2D iOS and tvOS Games by Tutorials

Raywenderlich iOS 9 by Tutorials Learning the new ios 9 apis with swift 2

Raywenderlich iOS Animations by Tutorials v2.0

Raywenderlich Swift Apprentice

Raywenderlich The iOS Apprentice Beginning iOS Development with Swift 2 4th Edition

Raywenderlich WatchOS 2 by Tutorials

18 февр. 2016 г.

Beginning Swift Programming: Kids Edition by Charles Ivan Mozar



Get your children into programming! Beginning Swift Development will help your kid learn the programming language through fictional instruction.

Instructions ( for parents ):
1. Download Xcode
2. Create a new playground
3. Get Him/Her to play with it ( or follow along the book )

Core Data (objc)



Core Data best practices by example: from simple persistency to multithreading and syncing

This book strives to give you clear guidelines for how to get the most out of Core Data while avoiding the pitfalls of this flexible and powerful framework. We start with a simple example app and extend it step by step as we talk about relationships, advanced data types, concurrency, syncing, and many other topics.

Later on, we go well beyond what’s needed for the basic example app. We’ll discuss in depth how Core Data works behind the scenes, how to get great performance, the trade-offs between different Core Data setups, and how to debug and profile your Core Data code.

All code samples in this book are written in Swift. We show how you can leverage Swift’s language features to write elegant and safe Core Data code. We expect that you’re already familiar with Swift and iOS, but both newcomers and experienced Core Data developers will find a trove of applicable information and useful patterns.

7 янв. 2016 г.

Developing for Apple TV using tvOS and Swift



Book Description:

Gary Bennett, Brad Lees, and Stefan Kaczmarek, the team behind Swift 2 for Absolute Beginners, brings you a hands-on “Swift” introduction to the new tvOS SDK with a collection of app projects to try out.

You’ll learn how to create a BookStore app for the TV, including using Stack Views for book details, how to create a photo gallery app, and how to use collection view and split view controllers with a music collection app. Finally, you’ll also learn how to store Apple TV app data in iCloud.

The new Apple TV is here, and it’s open for your native apps ― Developing for the Apple TV with tvOS and Swift will get you started developing right away.

2 янв. 2016 г.

31 дек. 2015 г.

30 дек. 2015 г.

Advanced Swift (Prerelease-objc.io 2015)



Advanced Swift takes you through 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).

Functional Swift


By Chris Eidhof, Florian Kugler, and Wouter Swierstra

Swift opens up a whole new world of programming that we’re going to explore in this book. We’ll explain the concepts behind functional programming and how Swift makes it easy to leverage them in a pragmatic way, in order to write clearer and more expressive code.

27 дек. 2015 г.

Learning Core Data for iOS with Swift: A Hands-On Guide to Building Core Data Applications, 2nd Edition


Details:
Paperback: 412 pages
Publisher: Addison-Wesley Professional; 2nd edition (December 7, 2015)
Language: English
ISBN-10: 0134120035
ISBN-13: 978-0134120034

Description:
Learning Core Data for iOS with Swift: A Hands-On Guide to Building Core Data Applications, 2nd Edition: Get Started Fast with Core Data App Development Using iOS 9, Swift, and Xcode 7

10 дек. 2015 г.

26 нояб. 2015 г.

Swift Algorithms & Data Structures



Author: Wayne Bishop
Length: 88 pages
Edition: 1st
Language: English
Publisher: Wayne Bishop
Publication Date: 2015
ISBN-10: 1320479243

Written for students and professionals, Swift Algorithms & Data Structures blends modern code, illustrations and computer science to help you pass the technical interview or build your next app. When creating modern apps, much of the theory inherent to algorithms is often overlooked. Swift Algorithms & Data Structures takes a fresh approach to explain concepts that power search engines, social networks and database systems.

Introduced by Apple in 2014, Swift is quickly becoming the language of choice due to its simplicity and modern syntax. See how Swift works to create solutions for everyday systems as well as mobile apps.

WHAT'S INSIDE
Based on the popular essay series, the book features Swift examples and beautiful illustrations for Linked Lists, Big O Notation, Sorting, Generics, Closures, Hash Tables, Binary Search Trees, Tree Balancing (Rotations), Tries, Stacks & Queues, Graphs Dijkstra's Shortest Path, Heaps, Depth-First Search and Breadth-First Search.

Table of Contents
- Linked Lists
- Big O Notation
- Sorting
- Generics
- Closures
- Hash Tables
- Binary Search Trees
- Tree Balancing (Rotations)
- Tries
- Stacks & Queues
- Graphs
- Dijkstra's Shortest Path
- Heaps & Heapsort Operations
- Depth-First Search
- Breadth-First Search

23 нояб. 2015 г.

Swift Pocket Reference, 2nd Edition



Год выпуска: 2015
Автор: Anthony Gray
Жанр: Разработка
Издательство: O'Reilly Media
Серия: Pocket Reference
ISBN: 978-1-4919-4007-5
Формат: PDF
Качество: eBook
Количество страниц: 230

Описание:
Этот краткий справочник карманного типа позволяет быстро найти ответы на вопросы, возникающие во время разработки и отладки прикладных программ на Swift — мультипарадигматическом языке программирования компании Apple. Он очень удобен для изучения современных языковых средств Swift, включая типовую безопасность, обобщения, определение типов, замыкания, кортежи, автоматическое управление памятью и поддержку Юникода.
Язык Swift специально предназначен для работы в средах Cocoa и Cocoa Touch и может использоваться совместно с языком Objective-C для обращения к прикладным программным интерфейсам, реализованным на обоих этих языках. Несмотря на то что язык Swift продолжает развиваться, уже ясно, что он имеет все предпосылки стать избранным средством для разработки программного обеспечения на платформах iOS и OS X.

Основные темы книги

- Цикл REPL и интерактивные игровые площадки
- Поддерживаемые типы данных, в том числе символьные строки, массивы и словари
- Переменные и константы
- Порядок выполнения программы: организация циклов и переходов по условию
- Классы, структуры данных, перечисления, функции и протоколы
- Замыкания, подобные блокам в Objective-C и лямбда-выражениям в C#
- Необязательные типы данных, которые не имеют явных значений
- Операторы обычные и специальные и их перегрузка
- Управление доступом: ограничение доступа к типам данных, методам и свойствам
- Встроенные глобальные функции и требования к их параметрам

Этот краткий справочник карманного типа составлен таким образом, чтобы читатель мог быстро найти ответы на насущные вопросы, возникающие во время разработки и отладки прикладных программ на языке программирования Swift.
Справочник удобен для изучения современных языковых средств Swift, включая типовую безопасность, обобщения, определение типов, замыкания, кортежи, автоматическое управление памятью, поддержку необязательных типов и Уникода.

Справочник рассчитан на широкий круг читателей, интересующихся программированием на Swift и разработкой программного обеспечения на платформах iOS и Mac OS X.

Programming iOS 9: Dive Deep into Views, View Controllers, and Frameworks


Год выпуска: 2015
Автор: Matt Neuburg
Жанр: Разработка
Издательство: O'Reilly Media
ISBN: 9781491936856
Формат: PDF
Качество: eBook
Количество страниц: 1017

Описание:
Если вы недалеки в основах языка Swift, Xcode и фреймворке Cocoa, то это книга обеспечит структурированное объяснение всех компонентов iOS приложения. C помощью глубокого изучения и наглядных примеров, вы узнаете, как создавать представления, управлять контроллерами, и добавлять новые функции, используя iOS SDK.
Будьте в курсе всех новинок в iOS 9, таких как новая нотация ограничений макета представления, расширенная анимация в UIKit, обратные переходы, мультизадачность в iPad, и библиотека Contacts.

Все примеры кода загружены на GitHub