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

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

14 нояб. 2015 г.

Intermediate iOS 9 Programming with Swift


Title: Intermediate iOS 9 Programming with Swift
Author: Simon Ng
Publisher: AppCoda.com
Format: pdf
Pages: 425

What You Will Learn

Chapter 1 - Adaptive UI Using Universal Storyboards and Size Classes
Chapter 2 - Adding Sections and Index List in UITableView
Chapter 3 - Animating Table View Cell
Chapter 4 - Reading and Parsing JSON
Chapter 5 - How to Integrate Twitter and Facebook Sharing
Chapter 6 - How to Create Email with Attachment
Chapter 7 - Sending SMS and MMS
Chapter 8 - How to Get Direction and Draw Route on Map
Chapter 9 - How to Search Points of Interest Using Local Search
Chapter 10 - Audio Recording and Playback
Chapter 11 - Scan QR code using AVFoundation Framework
Chapter 12 - Working with URL Schemes
Chapter 13 - Working with Camera
Chapter 14 - Video Capturing and Playback using AVKit Framework
Chapter 15 - Display Banner Ads using iAd
Chapter 16 - Using Custom Fonts
Chapter 17 - AirDrop
Chapter 18 - Building Grid Layout Using Collection View
Chapter 19 - Interacting with Collection View
Chapter 20 - Adaptive Collection View
Chapter 21 - Building a Today App Extension
Chapter 22 - Building a Sidebar Menu
Chapter 23 - View Controller Transitions and Animations
Chapter 24 - Building a Slide Down Menu Like Medium App
Chapter 25 - Self Sizing Cells and Dynamic Type
Chapter 26 - XML Parsing and RSS
Chapter 27 - Apply a Blurred Background Using UIVisualEffect
Chapter 28 - Using Touch ID for Authentication
Chapter 29 - Building a Carousel-like User Interface
Chapter 30 - Working with Parse
Chapter 31 - Preloading Existing Data in Core Data

31 окт. 2015 г.

Raywenderlich 2D iOS & tvOS Games by Tutorials: Beginning 2D iOS and tvOS Game Development with Swift 2


Год выпуска: 2015
Автор: Ray Wenderlich, Mike Berg, Michael Briscoe, Ali Hafizji, Neil North, Toby Stephens, Rod Strougo, Marin Todorov.
Жанр: Разработка
Издательство: Raywenderlich
Язык: Английский
Серия: Tutorials
ISBN: 978-1942878148
Формат: PDF
Качество: eBook (изначально компьютерное)
Количество страниц: 801

Описание: Узнайте, как создавать 2D iOS и tvOS игры!
Узнайте, как сделать iOS и tvOS игры на языке Swift, используя встроенный фреймворк 2D от Apple: Sprite Kit. Через серию мини-игр и задач, вы пройдете путь от начинающего до продвинутого программиста и узнаете все, что нужно, чтобы создать свою собственную игру!
Материалы в книге полностью адаптированы под iOS9, Swift 2.0 и Xcode 7.

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


Core Data by Tutorials Second Edition: iOS 9 and Swift 2 Edition



Title: Core Data by Tutorials, 2nd Edition
Authors: Aaron Douglas, Saul Mora, Matthew Morey, and Pietro Rea
Publisher: Razeware LLC; 2nd edition (September 30, 2015)
ISBN13: 978-1942878100
Media: PDF
Level: Intermediate to Advanced

Take control of your data in iOS apps using Core Data, Apple’s powerful object graph and persistence framework.

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

28 окт. 2015 г.

Raywenderlich watchOS 2 by Tutorials: Making Apple Watch apps with watchOS 2 and Swift




Год выпуска: 2015
Автор: Ryan Nystrom, Scott Atkinson, Soheil Azarpour, Matthew Morey, Ben Morrow, Audrey Tam, Jack Wu.
Жанр: Разработка
Издательство: Raywenderlich
Язык: Английский
Серия: Tutorials
ISBN: 978-1942878124
Формат: PDF
Качество: eBook (изначально компьютерное)
Количество страниц: 466

Описание: Создавайте программы для Apple Watch на языке программирования Swift 2!

В этом году на WWDC, Apple представила новую версию языка программирования watchOS 2, это означает огромные изменения для разработчиков Apple Watch. Теперь вы можете создавать нативные приложения, которые работают непосредственно на часах.

В этой книге вы узнаете, как сделать нативные приложения для watchOS 2 быстро и просто: через серию легких и последовательных уроков.

Для кого эта книга:
Эта книга для IOS разработчиков со средними знаниями, которые уже знакомы с основами разработки под iOS, а также языком программирования Swift 2.

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

16 окт. 2015 г.

AppCoda Beginning iOS9 Programming with Swift-Starter Package


Год выпуска: 2015
Автор: Simon Ng
Жанр: Разработка
Издательство: AppCoda Limited
Язык: Английский
Формат: PDF/ePUB/HTML
Качество: eBook (изначально компьютерное)
Количество страниц: 549

Описание: Мы часто спрашиваем, почему книги по программированию скучные?… Эта книга красиво оформлена с цветными скриншотами и иллюстрациями, которые помогут вам узнать дополненный и улучшенный язык программирования Swift 2.0 и iOS 9. Книга доступна в формате PDF/ePUB/HTML, так что вы можете прочитать её на вашем любимом устройстве.
В этой книге вы найдете много практических упражнений и проектов. Предполагается, что вы знакомы с принципами или вообще не имеете опыта программирования.
Сначала вы создадите простое приложение, а затем прототип приложения, затем будете добавлять функции в него, читая каждую главу. Во время этого процесса вы освоите язык программирования Swift 2.0 и iOS 9.

We will build a food app from scratch. Starting by creating an app prototype, we will add one or more features to the app in each chapter and you will have an app after working through the book. During the course of the app development, you will learn:

– Learn Swift 2 Basics Using Playgrounds
– Design UI using Stack Views
– New features of Xcode 7 like Storyboard References
– Auto layout and Size Classes
– Table views, Tab Bar and Navigation Controllers
– Table Cell Customization and Self Sizing Cells
– Applying Blur Effect using UIVisualEffect
– UIView animations and Image Manipulation
– Working with maps
– Accessing Photo Library and Camera
– Using UIWebView and SFSafariViewController to present web content
– Search bar integration
– Saving data using Core Data
– Creating tutorial screens using UIPageViewController
– Working with CloudKit
– Building a social sharing for Facebook and Twitter
– Localizing Your App into different languages
– Arranging beta test using TestFlight
– Submitting your app to App Store
To get a better idea of what’s included in the book, enter your email below and click Get Sample Chapter. We will then send you a sample book with 100-page of content.

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

Raywenderlich The iOS Apprentice (Fourth Edition): Beginning iOS Development with Swift 2


Год выпуска: 2015
Автор: Matthijs Hollemans
Жанр: Разработка
Издательство: Raywenderlich
Язык: Английский
Серия: iOS Apprentice
ISBN: 978-1942878087
Формат: PDF
Качество: eBook (изначально компьютерное)
Количество страниц: 788

Описание: Если вы новичок в iOS программирование или Swift в целом, и научиться писать приложения кажется Вам невероятно сложным процессом – прочтите эту книгу!
Из данного курса вы узнаете:
Как написать приложение шаг за шагом с подробными иллюстрациями.,
Книга написана в веселой и доброжелательного форме!
Каждый любит игры, так что вы начнете с построения простой, но веселой игру под iPhone. Она научит вас основам iPhone программирования, а другие уроки будут опираться на то, что вы узнаете в этом уроке.
Каждый урок в этой книге описывает новое приложение во всех деталях, и вместе они охватывают все, что вам нужно знать, чтобы начать программировать свои собственные приложения. К концу серии вы будете достаточно опытны, чтобы превратить ваши идеи в реальные приложения, которые вы можете продать в App Store!

Доп. информация: В раздаче полный курс:
iOS Apprentice Tutorial 1: Getting Started
iOS Apprentice Tutorial 2: Checklists
iOS Apprentice Tutorial 3: MyLocations
iOS Apprentice Tutorial 4: StoreSearch

Completely up to date for iOS 9, Xcode 7, and Swift 2.0.
Learn iPhone and iPad Programming via Tutorials!
If you’re new to iOS and Swift, or to programming in general, learning how to write an app can seem incredibly overwhelming.
That’s why you need a book that:
Shows you how to write an app step-by-step
Has tons of illustrations and screenshots to make everything clear
Is written in a fun and easygoing manner!
In this book, you will learn how to make your own iPhone and iPad apps, through a series of four epic-length hands-on tutorials.
These hands-on tutorials describe in full detail how to build a new app from scratch. Four tutorials, four apps. Each new app will be a little more advanced than the one before, and together they cover everything you need to know to make your own apps.
By the end of the series you’ll be experienced enough to turn your ideas into real apps that you can sell on the App Store.
Tutorial 1: Bull’s Eye. In the first tutorial in the book, you’ll start off by building a simple but fun game to learn the basics of iPhone programming. In the process, you’ll get familiar with Xcode, Interface Builder, and Swift in an easygoing manner.
Tutorial 2: Checklists. In the second tutorial in the series, you’ll create your own to-do list app. In the process, you’ll learn about the fundamental design patterns that all iOS apps use and about table views, navigation controllers and delegates. Now you’re making apps for real!
Tutorial 3: MyLocations. In the third tutorial, you’ll develop a location-aware app that lets you keep a list of spots that you find interesting. In the process, you’ll learn about Core Location, Core Data, Map Kit, and much more!
Tutorial 4: StoreSearch. Mobile apps often need to talk to web services and that’s what you’ll do in this final tutorial of the book. You’ll make a stylish app for iPhone and iPad that lets you search for products on the iTunes store using HTTP requests and JSON.
It is my sincere belief that this series can turn you from a complete newbie into an accomplished iOS developer, but you do have to put in the time and effort. By writing this book I’ve done my part, now it’s up to you…

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

15 окт. 2015 г.

Raywenderlich iOS Animations by Tutorials Second Edition: iOS 9 & Swift 2 Edition


Год выпуска: 2015
Автор: Marin Todorov
Жанр: Разработка
Издательство: Raywenderlich
Язык: Английский
Серия: Tutorials
ISBN: 978-1942878094
Формат: PDF
Качество: eBook (изначально компьютерное)
Количество страниц: 370

Описание: Программируйте приложения на Swift под iOS с восхитительной анимацией! Создание анимации является одним из самых приятных направлений развития iOS. Создавать анимацию весело, она вдохнула жизнь в пользовательский интерфейс iOS, также анимация делает ваше приложение красочным и приводит в восторг конечного пользователя. В этой книге, вы узнаете о применении анимации в Swift на iOS, от начального уровня до продвинутого через серию практических уроков.

Обновлено до iOS9, Xcode 7 и Swift 2.

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

8 сент. 2015 г.

Swift Recipes: Problem-Solution Approach

Название: Swift Recipes: Problem-Solution Approach
Aвтор: Mike Rogers
Издательство: Apress
Год выпуска: 2015
ISBN: 1484204190
Формат: PDF/EPUB/AWZ3
Размер: 3.59 MB(PDF), 1.22 MB(EPUB), 1.72 MB(AWZ3)
Количество страниц: 344
Язык: Английский

Swift Recipes provides a problem solution approach for dealing with key aspects of the Swift programming language (covering version 1.2), ensuring you have the indispensable reference you need to successfully execute common programming tasks. You'll learn how to use the unique features of the Swift programming language as well as its use with Cocoa and Cocoa touch frameworks and libraries. Solutions are available for a range of problems, including application development with Xcode; working with strings, numbers, and object collections; dealing with threads, multi-core processing, and asynchronous processing; and building applications that take advantage of dates and timers and memory management. This book is an essential core reference for every Swift programmer and offers solutions in a concise and easy-to-follow manner. T. Michael Rogers has developed iOS applications for Fortune 100 brands and startups, and has trained new and experienced iOS developers via the iOS Boot Camp in New York City, online courses, and in private settings. He brings his expertise to offer you the ability to use and exploit Swift to get the most out of all your projects for your app creations, whether you use iOS or Mac OS X.

16 авг. 2015 г.

Make Apple Watch Apps in Swift. Get into the App store

Год выпуска: 2015
Производитель: Udemy
Сайт производителя: udemy.com
Автор: Andrew Seeley
Продолжительность: 1:26
Тип раздаваемого материала: Видеоклипы
Язык: Английский

Описание: Do you want to have your App ready for the Apple Watch Launch?
Do you have no idea where to start?
Hi I am Andrew. 3 years ago I was in the same position as you and took an online course to learn to make iOS Apps.
Begin here to start making your first Apple Watch App. Current price is $49 USD - this will go up as more content is added to the course which has already been planned!
From a novice to a seasoned developer this course will give you access to earn cash in the new Apple Watch store. Learn before launch and be one of the first in the App Store.
This course will take you through developing several Apps for the Apple Watch. Over time more Apps and content will be added covering all aspects of the Apple Watch. All this future content is free for current students.







iOS 8 And Swift How To Make A Freaking iPhone App

Год выпуска: 2015
Производитель: Udemy
Сайт производителя: udemy.com
Автор: Rick Walter
Продолжительность: 20:14
Тип раздаваемого материала: Видеоклипы
Язык: Английский

Описание: This is the class I wish I had when I was trying to learn iOS development. I have a unique perspective to teach this class because I've been the newb that couldn't understand tutorials or blog posts. No prior programming experience is required.
I will walk you through everything you need to start making apps. Getting Xcode (the program we use to make apps) setup and on your machine, making a developer account with Apple, and running the iPhone and iPad simulator on your mac.




12 авг. 2015 г.

Learning Swift Programming

Год: 2015
Автор: Jacob Schatz
Жанр: Программирование
Издательство: Addison-Wesley Professional
ISBN: 978-0133950403
Язык: Английский
Формат: PDF
Качество: Изначально компьютерное (eBook) (converted)
Интерактивное оглавление: Да
Количество страниц: 300

Описание: Get started fast with Swift programming for iOS and OS X
Learning Swift Programming is a fast-paced, hands-on introduction to writing production-quality iOS and OS X apps with Apple’s new programming language. Written for developers with previous experience in any other modern language, this book explains Swift simply and clearly, using relevant examples that solve realistic problems.

Author Jacob Schatz’s popular Skip Wilson video tutorials on YouTube have already helped thousands of Apple developers get started with Swift. Now, he helps you take full advantage of Swift’s advanced design, remarkable performance, and streamlined development techniques.
Step-by-step, you’ll move from basic syntax through advanced features such as closures and generics–discovering helpful tips and tricks along the way. After you’ve mastered Swift’s building blocks and learned about its key innovations, a full section of case studies walks you through building complete apps from scratch.

- Compare Swift with Objective-C, JavaScript, Python, Ruby, and C
- Collect data with arrays and dictionaries, and store it with variables and constants
- Group commonly-used code into functions for easy reuse
- Structure your code with enums, structs, and classes
- Use generics to get more done with less code
- Write closures to share small blocks of functionality
- Use optionals to write more robust, crash-resistant, and cleaner code
- Integrate existing Objective-C code into new Swift apps
- Program on the bit and byte level with advanced operators
- Implement efficient design patterns with protocols and delegates
- Create animated 2D games with SpriteKit, and 3D games with SceneKit

Learn Swift A-Z Foundations to make iOS and OSX Apps. Video tutorial


Год выпуска: 2015
Производитель: Udemy
Сайт производителя: www.udemy.com/learn-swift-a-z-foundations/
Автор: Andrew Seeley
Продолжительность: 3 hours
Тип раздаваемого материала: Видеоурок
Язык: Английский

Описание: Узнать все аспекты Swift на создание прочной основы для IOS и OSX Mac-приложений.

Learn all aspects of Swift to build a solid foundation to make iOS and OSX Mac Apps.
This course will teach you about Swift - Apple's newest programming language. Swift makes it alot easier to develop and understand App development so anyone can pick it up easily!
This course will focus on the fundamentals of Swift - to develop iOS/Mac apps you need a good foundation understanding of Swift first. After taking this course you will have a good understanding of Swift and will be ready to learn how to make iOS/Mac Apps!
What are you waiting for, every second more and more developers are earning money from their apps, why not you!

Формат видео: MP4
Видео: AVC, 960x540, 16:9, 30.000 fps, ~ 87 Kbps
Аудио: AAC, 48.0 KHz, ~ 96.0 Kbps, 2 channels

Section 1: Introduction
Section 2: Variables & Constants
Section 4: Working with Data Types & Operations
Section 5: Control Flow - If Statements
Section 6: Control Flow - Loops
Section 7: Arrays & Dictonary's
Section 8: Enumerations
Section 9: Functions
Section 10: It's a wrap!