|
 |
|
 |
|
|
 |
|  |
|
Название: Push Notifications by Tutorials: Mastering push notifications on iOS, First Edition Автор: Scott Grosch Издательство: Razeware LLC Год: 2018 Страниц: 184 Язык: английский Формат: True PDF Размер: 35.3 MB
Master push notifications on iOS! Push notifications may seem simple and straightforward at first since almost everyone is familiar with them; however, knowing how and when to use them in practice can prove challenging. With advancements in the latest iOS releases bringing advanced features, such as rich media notifications, notification actions, grouped notifications and more, you will quickly realize that you need a book to help you out. Well, here's that book! |
Разместил: Ingvar16 19-05-2019, 13:01 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: iOS 11 & Swift 4 for Beginners (1st Edition) Автор: Fahim Farook, Matt Galloway, Eli Ganim Издательство: Razeware LLC Год: 2017 Страниц: 706 Язык: английский Формат: True PDF Размер: 41.7 MB
In this course, you'll learn everything you need to know to make your own apps. By the end of the course, you’ll be experienced enough to turn your ideas into real apps that you can put on the App Store. Even if you’ve never programmed before or if you’re new to iOS, you should be able to follow along with the step-by-step tutorials and understand how each app is made. Our videos show and explain every step to prevent you from getting lost. Not everything will make sense right away, but hang in there and all will become clear in time. |
Разместил: Ingvar16 19-05-2019, 12:29 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: iOS Apprentice: Beginning iOS development with Swift 4.2, Seventh Edition Автор: Fahim Farook, Matthijs Hollemans Издательство: Razeware LLC Год: 2018 Страниц: 1128 Язык: английский Формат: True PDF Размер: 79.2 MB
In this iOS 12 programming book for beginners, you'll learn how to create 4 complete iOS and Swift apps by following easy step-by-step tutorials. For Complete Beginners! If you’re completely new to Swift 4.2 and iOS 12 development (or need a brush-up), this is the series for you. The iOS Apprentice is a series of epic-length tutorials for beginners where you’ll learn how to build 4 complete apps from scratch. 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. |
Разместил: Ingvar16 19-05-2019, 00:09 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Intelligent Human Computer Interaction, IHCI 2017 Автор: Patrick Horain, Catherine Achard Издательство: Springer Год: 2017 Формат: PDF Размер: 22 Мб Язык: английский / English
This book constitutes the thoroughly refereed proceedings of the 9th International Conference on Intelligent Human Computer Interaction, IHCI 2017, held in Evry, France, in December 2017. The 15 papers presented together with three invited papers were carefully reviewed and selected from 25 submissions. The conference is forum for the presentation of technological advances and research results at the crossroads of human-computer interaction, artificial intelligence, signal processing and computer vision. |
Разместил: black 18-05-2019, 21:45 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: iOS Test-Driven Development by Tutorials, First Edition Автор: Joshua Greene, Michael Katz Издательство: Razeware LLC Год: 2019 (Early Access Edition) Страниц: 143 Язык: английский Формат: pdf (true), epub Размер: 28.3 MB
Learn How to Test iOS Applications! The book that teaches you to write maintainable and sustainable apps by building them with testing in mind or adding tests to already-written apps. This book will teach you all about test-driven development (TDD) — the art of turning requirements into tests and tests into production code. You'll get hands-on TDD experience by creating three real-world apps in this book. This book is for intermediate iOS developers who already know the basics of iOS and Swift development but want to learn how to write code which is both testable and maintainable. To start, you'll learn the TDD Cycle and how to implement these concepts within an iOS application. The book then takes you through Test Expressions and Expectation so that you can test synchronous code. |
Разместил: Ingvar16 18-05-2019, 20:59 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Core Data by Tutorials: iOS 12 and Swift 4.2 Edition, Fifth Edition Автор: Aaron Douglas, Matthew Morey, Pietro Rea Издательство: Razeware LLC Год: 2018 Страниц: 278 Язык: английский Формат: True PDF Размер: 40.6 MB
Learn Core Data with Swift! In this book, you'll master Core Data in iOS using Swift 4. Comprehensive coverage of Core Data, from beginner to advanced topics. Covers setting up a Core Data Stack, data modeling, versioning and migration, unit testing, improving performance, and much more. This book is for intermediate iOS developers who already know the basics of iOS and Swift 4 development but want to learn how to use Core Data to save data in their apps. Start with with the basics like setting up your own Core Data Stack all the way to advanced topics like migration, performance, multithreading, and more! |
Разместил: Ingvar16 18-05-2019, 20:46 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: 2D Apple Games by Tutorials, Third Edition Автор: Caroline Begbie, Mike Berg, Michael Briscoe Издательство: Razeware LLC Год: 2017 Страниц: 722 Язык: английский Формат: True PDF Размер: 20.6 MB
In this book, you’ll learn how to make 2D games for iOS, macOS, tvOS and even watchOS. You’ll do this using Swift and Apple’s built-in 2D game framework: SpriteKit. |
Разместил: Ingvar16 18-05-2019, 20:15 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Design Patterns by Tutorials: Learning design patterns in Swift 4.2, Second Edition Автор: Joshua Greene, Jay Strawn Издательство: Razeware LLC Год: 2019 Страниц: 364 Язык: английский Формат: True PDF Размер: 45.8 MB
Learn iOS design patterns with Swift! This 23-chapter book starts with basic patterns like MVC, Delegate and Strategy, and then moves into more advanced patterns such as the Factory, Prototype, Multicast Delegate, Flyweight, Command, and more. Design patterns are incredibly useful, no matter what language or platform you develop for. Using the right pattern for the right job can save you time, create less maintenance work for your team and ultimately let you create more great things with less effort. Every developer should absolutely know about design patterns, and how and when to apply them. That's what you're going to learn in this book! Move from the basic building blocks of patterns such as MVC, Delegate and Strategy, into more advanced patterns such as the Factory, Prototype and Multicast Delegate pattern, and finish off with some less-common but still incredibly useful patterns including Flyweight, Command and Chain of Responsibility. |
Разместил: Ingvar16 18-05-2019, 19:46 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Advanced Apple Debugging & Reverse Engineering: Exploring Apple code through LLBD, Python, and DTrace, Third Edition Автор: Derek Selander Издательство: Razeware LLC Год: 2019 Страниц: 547 Язык: английский Формат: True PDF Размер: 80.5 MB
In our Advanced Apple Debugging and Reverse Engineering book, you'll explore code with LLDB to discover more about any program than you ever thought possible. Learn the powerful secrets of Apple's software debugger, LLDB! In Advanced Apple Debugging and Reverse Engineering, you'll come to realize debugging is an enjoyable process to help you better understand software. Not only will you learn to find bugs faster, but you’ll also learn how other developers have solved problems similar to yours. You'll also learn how to create custom, powerful debugging scripts that will help you quickly find the secrets behind any bit of code that piques your interest. After reading this book, you'll have the tools and knowledge to answer even the most obscure question about your code — or someone else’s. |
Разместил: Ingvar16 18-05-2019, 19:28 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: RxSwift. Reactive Programming with Swift, Third Edition Автор: Florent Pillet, Junior Bontognali, Marin Todorov Издательство: Razeware LLC Год: 2019 Страниц: 441 Язык: английский Формат: True PDF Размер: 32.0 MB
Leverage the power of RxSwift in your reactive apps! In this RxSwift book, you'll learn how to integrate RxSwift into real-world iOS apps. This book is for iOS developers who already feel comfortable with iOS and Swift, and want to dive deep into development with RxSwift. Start with an introduction to the reactive programming paradigm; learn about observers and observables, filtering and transforming operators, and how to work with the UI, and finish off by building a fully-featured app in RxSwift. |
Разместил: Ingvar16 18-05-2019, 19:10 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
br>
|