5th Edition. — Ehab Amer, Alexis Gallagher, Matt Galloway, Eli Ganim, Ben Morrow, Cosmin. — Pupăză Razeware LLC, 2019. — 412 p. — ISBN: n/a. Beginning programming with Swift! This book takes you from beginner to advanced in Swift: Apple’s modern programming language for iOS. This book is for complete beginners to Swift and coding. No prior programming experience necessary! This...
2nd Edition. — Razeware LLC, 2019. — 318 p. — ISBN: 978-1942878810. Implement modern, clean architectures in your iOS apps! Now, more than ever, you need to understand and apply good software architecture practices in your projects. This book takes a deep dive into modern iOS app architecture and shows you how to design clean and maintainable real-world apps. Implement Modern...
6th Edition. — Razeware LLC, 2019. — 301 p. — ISBN: 978-1942878612. In this book, you’ll master Core Data in iOS using Swift. 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. Learn Core Data with Swift! This book is for...
Kugler & Eidhof GbR, Objc.io, 2018. — 177 p. — ISBN: 978-1719030250. This book explains a range of application design patterns and their implementation techniques using a single example app, fully implemented in five design patterns. Instead of advocating for any particular pattern, we lay out the problems all architectures are trying to address: constructing the app’s...
Packt Publishing, 2016. — 142 p. — ISBN: 978-1786469632. Since Swift was introduced by Apple in WWDC 2015, it has gone on to become one of the most beloved languages to develop iOS applications with. In the new version, the Swift team aimed to take its adoption to the next level by making it available for new platforms and audiences.
AFinn, 2015. — 165 p. Swift is a wonderful language that gives you an easy entry-point into the Apple developer ecosystem. If you’ve been put off developing for OS X and iOS because of the need to learn Objective-C, now is the time to start. Swift offers a relatively smooth transition from languages like Ruby and Python. This short book offers you a whirlwind tour of Swift....
Scott Gardner, Shai Mishali, Florent Pillet, Marin Todorov. — Razeware LLC., 2019. — 236 p. — ISBN: n/a. The best book to master declarative asynchronous programming with Swift using the Combine framework! The introduction of Combine into the Swift ecosystem now gives you a native way to manage asynchronous events in Swift, meaning you don’t have to rely on third-party reactive...
2nd Edition. — O’Reilly, 2015. — 240 p. — ISBN: 978-1-491-94007-5. Get quick answers for developing and debugging applications with Swift, Apple’s multi-paradigm programming language. Updated to cover the latest features in Swift 2.0, this pocket reference is the perfect on-the-job tool for learning Swift’s modern language features, including type safety, generics, type...
3rd Edition. — Razeware LLC, 2019. — 410 p. — ISBN: 978-1942878667. Learn iOS design patterns with Swift! This 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 which language or platform you...
2nd Edition. — Razeware LLC, 2019. —103 p. — ISBN: 978-1942878780. The book that teaches you everything there is to know about how to write performant and concurrent code for your iOS apps. Dive Into Concurrency in Your iOS Apps! Learn what is Concurrency and why would you even want to utilize it in your apps? Learn about Grand Central Dispatch, Apple’s implementation of C’s...
5th Edition. — Packt Publishing, 2019. — 458 p. — ISBN: 978-1-78913-986-0. Harness the power of the latest edition with this in-depth and comprehensive guide to the Swift language Over the years, the Mastering Swift book has established itself amongst developers as a popular choice as an in-depth and practical guide to the Swift programming language. The latest edition is fully...
IOS Apps for Masterminds leads the reader step by step to gain essential knowledge and to master complex subjects necessary to create applications for Apple devices. After reading this book, you will know how to program in Swift, how to design user interfaces, and how to work with the most powerful frameworks available for the construction of modern applications. This book is...
Leanpub, 2017. — 266 p. The first time I came into contact with Core Data was more than ten years ago. I was immediately overwhelmed by the terminology, the complex setup, and the many rules I had to stick to. Does this sound familiar? I wondered if it was worth the hassle? And why did experienced developers swear by Core Data? How was I going to master Core Data and integrate...
Packt Publishing, 2015. — 224 p. — ISBN: 978-1-78588-761-1. Swift is a multi-paradigm language. It has expressive features familiar to those used to work with modern functional languages, while also keeping the object-oriented features of Objective-C. It remains compatible with Apple’s legacy codes and frameworks. A design pattern systematically names, motivates, and explains a...
3rd Edition. — Razeware LLC, 2019. — 380 p. — ISBN: 978-1942878650. The most popular and comprehensive book on Swift algorithms & data structures! This book covers search (breadth-first, depth-first, Dijkstra’s), sort (merge sort, radix sort, heap sort, and quicksort), trees (binary trees, AVL trees, binary search trees), stacks, graphs, and more. Learn how to implement the...
2nd Edition. — O’Reilly Media, 2015. — 406 p. — ISBN10: 1491920807, ISBN13: 978-1-491-92080-0. Ready to make amazing games for the iPhone, iPad, and iPod touch? With Apple’s Swift programming language, it’s never been easier. This updated cookbook provides detailed recipes for a managing wide range of common iOS game-development issues, ranging from 2D and 3D math to SpriteKit...
Sams Publishing, 2014. — 448 p. — ISBN10: 067233724X, ISBN13: 978-0-672-33724-6. In just 24 lessons of one hour or less, Sams Teach Yourself Swift in 24 Hours helps you build next-generation OS X and iOS apps with Apple’s new Swift programming language. This book’s straightforward, step-by-step approach helps you quickly master Swift’s core concepts, structure, and syntax and...
O’Reilly Media, 2016. — 456 p. — ISBN: 978-1491966433. Ready to build truly stunning apps for iPhone, iPad, and Apple Watch? This cookbook — written exclusively in Swift 3 — provides more than 120 proven solutions for tackling the latest features in iOS 10 and watchOS 3. With these code-rich recipes, you’ll learn how to build dynamic voice interfaces with Siri and messaging...
Packt Publishing, 2017. — 316 p. — ISBN: 978-1-78728-450-0. Bring the power of functional programming to Swift to develop clean, smart, scalable and reliable applications. Swift is a multi-paradigm programming language enabling you to tackle different problems in various ways. Understanding each paradigm and knowing when and how to utilize and combine them can lead to a better...
O’Reilly Media, 2014. — 1018 p. — ISBN10: 1491908734, ISBN13: 978-1-4919-0873-0. Start building apps for iOS 8 with Apple’s Swift programming language. If you’re grounded in the basics of Xcode and the Cocoa framework, this book provides a structured explanation of all essential real-world iOS app components. Through deep exploration and copious code examples, you’ll learn how...
Apress, 2017. — 179 p. — ISBN: 978-1-4842-2101-3. This short step by step guide walks you through unit testing, mocking and continuous integration and how to get these key ingredients running in your Swift projects. This book also looks at how to write your Swift apps using test driven development (TDD). Agile practices have made major inroads in iOS development, however it’s...
Apress, 2019. — 105 p. — ISBN-13 (electronic): 978-1-4842-5337-3. Design and implement simulations using Apples Swift Playgrounds. Computer simulations are used to replicate the physical systems we see all around us. They help us solve problems by performing experiments that may otherwise be impossible in the real world. This book uses simulations to solve counter-intuitive...
2018. — 247 p. You are here because you are interested in Swift and algorithms, right? Maybe you want to learn more about the Swift programming language. You probably want to write more efficient Swift code. And this is the perfect book for you to learn about algorithms, data structures, and Swift. I created this book to get you started with algorithms. Introduction to...
2nd Edition. — Razeware LLC, 2019. — 282 p. — ISBN: 978-1942878728. Kitura gives you the power to create production-ready RESTful APIs written in Swift. Coupled with the power of Docker and Kubernetes, and KueryORM and KituraStencil to pull it all together, Kitura lets you take your Swift to the Server and beyond! Master server-side Swift frameworks and deployments with ease!...
3rd Edition. — Florent Pillet, Junior Bontognali, Marin Todorov & Scott Gardner. — Razeware LLC, 2019. — 410 p. 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...
Peachpit Press, 2014. — 304 p. — ISBN10: 0-13-404470-3, ISBN13: 978-0134044705. Learning a new computer language can be daunting. With Swift, Apple has lowered the barrier to entry to writing iOS and OS X apps by giving developers an innovative new programming language for creating software. With this book students new to Swift or have never used C, C++, or Objective-C, will be...
Amazon Digital Services, 2017. — 1144 p. — ASIN: B01N5VMF3Y. iOS 10 in Swift 3 will take you from absolute beginner to functional iOS developer learning the concepts, techniques, and tools needed to build professional iOS applications using Xcode 8, iOS 10, and Swift 3. After completing this book, you will have the skills and confidence you need to to build and design your own...
Apress, 2014. — 388 p. — ISBN10: 1430260289, ISBN13: 978-1-4302-6029-5 (electronic). Pro iOS Persistence explains how to build apps in Objective-C and Swift that persist and use data most effectively including the popular Core Data framework. Covering common and advanced persistence patterns, this book prepares any iOS developer to store and retrieve data accurately and...
Pragmatic Bookshelf, 2017. — 226 p. — ISBN: 978-1-68050-235-0. Discover the do's and don'ts involved in crafting readable Swift code as you explore common Swift coding challenges and the best practices that address them. From spacing, bracing, and semicolons to proper API style, discover the whys behind each recommendation, and add to or establish your own house style...
Addison-Wesley, 2016. — 240 p. — ISBN13: 978-0-13-439526-5. In The Swift Developer’s Cookbook, renowned author Erica Sadun joins powerful strategies with ready-to-use Swift code for solving everyday development challenges. As in all of Sadun’s programming best-sellers, The Swift Developer’s Cookbook translates modern best practices into dozens of well-tested, easy-to-apply...
CreateSpace Independent Publishing Platform, 2016. — 816 p. — ISBN: 1539675033. iOS 10 App Development Essentials is latest edition of this popular book series and has now been fully updated for the iOS 10 SDK, Xcode 8 and the Swift 3 programming language. Beginning with the basics, this book provides an outline of the steps necessary to set up an iOS development environment....
CreateSpace, 2018. — 812 p. iOS 11 App Development Essentials, the latest edition of this popular book series, has now been fully updated for the iOS 11 SDK, Xcode 9 and the Swift 4 programming language. This publication is available for purchase in print and Kindle editions. The print edition consists of 100 chapters and includes a free download of the color PDF of the book...
Manning Publications, 2019. — 408 p. — ISBN: 978-1617295188. Swift in Depth guides you concept by concept through the skills you need to build professional software for Apple platforms, such as iOS and Mac; also on the server with Linux. By following the numerous concrete examples, enlightening explanations, and engaging exercises, you'll finally grok powerful techniques like...
Comments