3rd Edition. — Razeware LLC, 2016. — 241 p.Learn Core Data with Swift! Take control of your data in iOS apps using Core Data, through a series of high quality hands-on tutorials. Start with with the basics like setting up your own Core Data Stack all the way to advanced topics like syncing with iCloud, migration, performance, multithreading, and more! By the end of this book, you’ll have hands-on experience with Core Data and will be ready to use it in your own apps. Who This Book Is For:This book is for intermediate iOS developers who already know the basics of iOS and Swift development but want to learn how to use Core Data to save data in their apps.Topics Covered in Core Data by Tutorials: Your First Core Data App: You’ll click File\New Project and write a Core Data app from scratch! NSManagedObject Subclasses: Learn how to create your own subclasses of NSManagedObject - the base data storage class in Core Data. The Core Data Stack: Learn how the main objects in Core Data work together, so you can move from the starter Xcode template to your own system. Intermediate Fetching: This chapter covers how to fetch data with Core Data - fetch requests, predicates, sorting and asynchronous fetching. NSFetchedResultsController: Learn how to make Core Data play nicely with table views using NSFetchedResultsController! Versioning and Migration: In this chapter, you’ll learn how to migrate your user’s data as they upgrade through different versions of your data model. Synchronize with iCloud: Learn how to make your apps synchronize across devices, using the power of iCloud! Unit Tests: In this chapter, you’ll learn how to set up a test environment for Core Data and see examples of how to test your models. Measuring and Boosting Performance: Learn how to measure your app’s performance with various Xcode tools and deal with slow spots in your code. Multiple Managed Object Contexts: Learn how multiple managed object contexts can improve performance and make for cleaner code. The iOS Tutorial Team takes pride in making sure each tutorial we write holds to the highest standards of quality. We want our tutorials to be well written, easy to follow, and fun. And we don’t want to just skim the surface of a subject – we want to really dig into it, so you can truly understand how it works and apply the knowledge directly in your own apps. Table of Contents: OverviewYour First Core Data App NSManagedObject Subclasses The Core Data Stack Intermediate Fetching NSFetchedResultsController Versioning and Migration Unit Testing Measuring and Boosting Performance Multiple Managed Object Contexts
Чтобы скачать этот файл зарегистрируйтесь и/или войдите на сайт используя форму сверху.
Razeware LLC, 2017. — 446 p. — ISBN10: 194287846X. True PDF, in excellent quality. Learn reactive programming in Swift with RxSwift! The popularity of reactive programming continues to grow on an ever-increasing number of platforms and languages. Rx lets developers easily and quickly build apps with code that can be understood by other Rx developers — even over different...
Packt Publishing, 2017. — 227 p. — ISBN: 1788475704. Use test-driven approach to develop highly-functional iOS apps with Swift 4 and Xcode 9. Test-driven development (TDD) is a proven way to find software bugs early. Writing tests before you code improves the structure and maintainability of your apps. Using TDD, in combination with Swift 4's improved syntax, means there is no...
Hacking with Swift. — 300 p. — ISBN10: 942878347 Welcome This is not your average book about Swift coding. This is a book where I expect you to do most of the work. Sure, I’ll be helping you along with hints, and I’ll also be providing my own solutions and explanations along the way, but if you haven’t already put the work in then you’ll be missing out. You see, this book is...
Apress, 2017. — 552 p. — ISBN: 9781484230718. Assuming little or no working knowledge of the Swift programming language, and written in a friendly, easy-to-follow style, this book offers a comprehensive course in iPhone and iPad programming. The book starts with the basics, walking through the process of downloading and installing Xcode and the iOS 11 SDK, and then guides you...
GoalKicker.com, 2018. — 291 p. The Swift Notes for Professionals book is compiled from Stack Overflow Documentation, the content is written by the beautiful people at Stack Overflow. Text content is released under Creative Commons BY-SA. See credits at the end of this book whom contributed to the various chapters. Images may be copyright of their respective owners unless...
Razeware LLC, 2016. — 394 p. Make Delightful Animations with Swift! Theres no denying it: creating animations is one of the most enjoyable parts of iOS development. Animations are fun to create, they breathe life into your user interface, and they make your app a delight to use. In this book, youll learn about iOS animation in Swift from beginning to advanced through a series of...