12 авг. 2015 г.

Learning Swift Programming

Год: 2015Автор: Jacob SchatzЖанр: ПрограммированиеИздательство: Addison-Wesley ProfessionalISBN: 978-0133950403Язык: АнглийскийФормат: PDFКачество: Изначально компьютерное (eBook) (converted)Интерактивное оглавление: ДаКоличество страниц: 300 Описание: Get started fast with Swift programming for iOS and OS XLearning Swift Programming is a fast-paced, hands-on introduction to writing production-quality iOS and OS X apps with Apple’s new programming...

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...

Make Mario Game in iOS 8 Swift. Video tutorial

Год выпуска: 2015 Производитель: Skillfeed Сайт производителя: skillfeed.com Автор: Muhammad Haroon Продолжительность: 2:59 Тип раздаваемого материала: Видеоурок Язык: Английский Описание: In this course, we'll learn how to make a mario like or any other platformer game. The player will be able to move left, right or jump in both directions. It will have the fire capability and will be able to interact with all the objects in the game like...

5 авг. 2015 г.

Beginning Swift Games Development for iOS

Publisher: Apress Author: James Goodwill, Wesley Matlock Isbn: 978-1-4842-0401-6, 978-1-4842-0400-9, 1484204018 Year: 2015 Pages: 259 Language: English File size: 6.2 MB File format: PDF Game apps are one of the most popular categories in the Apple iTunes App Store. Well, the introduction of the new Swift programming language will make game development even more appealing and easier to existing...

iOS 8 Programming Fundamentals with Swift Swift, Xcode, and Cocoa Basics

By: Matt NeuburgPublisher: O'Reilly MediaFormats: Ebook (pdf) Ebook: March 2015 Pages: 582 Move into iOS development by getting a firm grasp of its fundamentals, including the Xcode IDE, the Cocoa Touch framework, and Swift—Apple’s new programming language. With this thoroughly updated guide, you’ll learn Swift’s object-oriented concepts, understand how to use Apple’s development tools, and discover how...

4 авг. 2015 г.

Анимация placeholder`a в Textfield / Textfield placeholder animation (UIFloatLabelTextField)

            In 2013, Matt D. Smith unveiled the Float Label user interface design pattern. In short, it retains a text field's placeholder above said text field as a floating label. This label is brightly colored when the field is active, and dimly colored when a user has finished editing that field. 1. - На storyboard добавляем и кастомизируем на свой вкус UITextField 2. - Добавляем...

17 июл. 2015 г.

9 июл. 2015 г.

23 июн. 2015 г.

iOS Games by Tutorials, 1st Edition

Год выпуска: 2013Автор: Mike Berg, Ray Wenderlich, Tom BradleyЖанр: РазработкаИздательство: RaywenderlichЯзык: АнглийскийФормат: PDFКачество: eBook (изначально компьютерное)Количество страниц: 831Описание: Научитесь делать iOS игры!Узнайте как сделать свои собственные игры для iOS с помощью нового фреймворка - Sprite Kit.В этой книге, вы познакомитесь примерах мини игр, как воплотить ваши идеи в реальность!В книге охватывается как базовый так...

24 мая 2015 г.

UITextField анимация / UITextField animation

Каждому из нас очень часто приходится (например в окне ввода логина / пароля) сдвигать поля ввода чтобы клавиатура не перекрывала их и пользователь видел то что он вводит. Для сдвига с места обычно достаточно простой анимации, но мы как всегда - сделаем это красиво ;) Представим что у нас на вьюхе есть три UITextField.  Создадим массив и добавим эти UITextField в него. UITextField уже размещены в нужных нам местах. Теперь...