O’Reilly Media, 2018. — 652 p. Move into iOS development by getting a firm grasp of its fundamentals, including the Xcode 9 IDE, Cocoa Touch, and the latest version of Apple’s acclaimed programming language, Swift 4. With this thoroughly updated guide, you’ll learn the Swift language, understand Apple’s Xcode development tools, and discover the Cocoa framework.
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...
Manning Publications, 2018. — 439 p. 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 generics, efficient error...
Hacking with Swift. — 300 p. — ISBN10: 942878347 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 called...
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, 2018. — 328 p. — ISBN: 978-1942878483. Learn data structures and algorithms in Swift! Understanding how data structures and algorithms work in code is crucial for creating efficient and scalable apps. Swift’s Standard Library has a small set of general purpose collection types, yet they definitely don’t cover every case! In this book, you’ll learn how to implement the...
O’Reilly Media, 2018. — 1172 p. If you’re grounded in the basics of Swift, 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 to create views, manipulate view controllers, and add features from iOS frameworks.
Manning Publications Co., 2018. — 244 p. Classic Computer Science Problems in Swift invites readers to invest their energy in some foundational techniques that have been proven to stand the test of time. Along the way they’ll learn intermediate and advanced features of the Swift programming language, a worthwhile skill in its own right. Purchase of the print book includes a...
Packt Publishing, 2018. — 356 p. Build full-stack shopping list applications from scratch for web and mobile platforms using Xcode, Vapor, and Swift Making Swift an open-source language enabled it to share code between a native app and a server. Building a scalable and secure server backend opens up new possibilities, such as building an entire application written in one...
Leanpub, 2017. — 244 p. — ISBN-10 B0741B1XD1. Despite its widespread, the Model-View-Controller pattern just doesn't cut it for most Swift projects. Take control of your Swift projects with the Model-View-ViewModel pattern.
Packt Publishing, 2018. — 812 p. Begin your iOS development journey using Swift 4 and XCode 9 with this easy to learn, practical guide You want to build iOS applications but where do you start? Forget sifting through tutorials and blog posts, this book is a direct route into iOS development, taking you through the basics and showing you how to put the principles into practice....
Prentice Hall, 2015. — 720 p. — ISBN: 9780134021362 The Swift programming language was arguably the most significant announcement at Apple’s 2014 Worldwide Developers Conference. Although apps can still be developed in Objective-C, Apple says that Swift is its applications programming and systems programming language of the future. Swift is a contemporary language with simpler...
Big Nerd Ranch Guides, 2016. — 400 p. — ISBN: 978-0134398013. Through the authors' carefully constructed explanations and examples, you will develop an understanding of Swift grammar and the elements of effective Swift style. This book is written for Swift 3.0 and will also show you how to navigate Xcode 8 and get the most out of Apple's documentation. Throughout the book, the...
O’Reilly Media, 2017. — 670 p. Swift 4 and Xcode 9, alongside iOS 11, bring a lot of new APIs for iOS developers to work with. In the iOS 11 Swift Programming Cookbook, you will see all that is new and exciting in iOS 11, plus new ways of using Swift 4 and Xcode 9 to make your day-to-day development life easier. You will learn about Travis, Xcode server, and fastlane as...
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...
O’Reilly Media, 2018. — 566 p. — ISBN: 1492044555 Move into iOS development by getting a firm grasp of its fundamentals, including the Xcode 10 IDE, Cocoa Touch, and the latest version of Apple's acclaimed programming language, Swift 4.2. With this thoroughly updated guide, you'll learn the Swift language, understand Apple's Xcode development tools, and discover the Cocoa...
Swift 4 edition. — Apple Inc., n.d. — 792 p. Swift is a new programming language for iOS and OS X apps that builds on the best of C and Objective-C, without the constraints of C compatibility. Swift adopts safe programming patterns and adds modern features to make programming easier, more flexible, and more fun. Swift’s clean slate, backed by the mature and much-loved Cocoa and...
Packt Publishing, 2018. — 320 p. — ISBN: 9781787120211. RxSwift belongs to a large family of Rx implementations in different programming languages that share almost identical syntax and semantics. Reactive approach will help you to write clean, cohesive, resilient, scalable, and maintainable code with highly configurable behavior. This book will introduce you to the world of...
CreateSpace Independent Publishing Platform, 2016. — 961 p. — ISBN: 9781539675037 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....
Packt Publishing, 2019. — 370 p. — ISBN: 9781789132731. 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 updated and revised to cover the new version: Swift 5. Inside this book, you'll find the key features of Swift 5 easily...
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...
Addison-Wesley Professional, 2017. — 352 p. Metal enables Apple iOS and macOS platform developers to maximize performance in demanding tasks like 3D graphics, games, scientific programming, visualization, and now GPU-accelerated machine learning. Apple’s Swift + Metal combination runs faster than nearly any other language used in these areas. Now, there’s an authoritative and...
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,...
Apress, 2018. — 303 p. Master the basics of solving logic puzzles, and creating algorithms using Swift on Apple platforms. This book is based on the curriculum currently being used in common computer classes. You’ll learn to automate algorithmic processes that scale using Swift in the context of iOS, macOS, tvOS, and watchOS. Begin by understanding how to think computationally:...
Apress, 2018. — 317 p. — ISBN: 978-1-4842-3062-6. Stay motivated and overcome obstacles while learning to use Swift Playgrounds to be a great iOS developer. This book is perfect for those with no programming background, those with some programming experience but no object-oriented experience, or those that have a great idea for an app but haven’t programmed since school, and it...
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...
Apress, 2014. — 813 p. — ISBN-10: 1484204107, ISBN-13 (electronic): 978-1-4842-0409-2. The team that brought you the bestselling Beginning iPhone Development , the book that taught the world how to program on the iPhone, is back again for Beginning iPhone Development with Swift .This definitive guide is up to date with Apple's new Swift programming language and the latest and...
Packt, 2017. — 380 p. — ISBN: 978-1-78646-089-9. Swift 4 is an exciting, multi-platform, general-purpose programming language. Being open-source, modern and easy to use has made Swift one of the fastest growing programming languages. If you interested in exploring it, then this book is what you need. The book begins with an introduction to the basic building blocks of Swift 4,...
Razeware LLC, 2016. — 408 p. Learn How To Program with Swift 3! Swift is the easiest way to get started developing on Apple's platforms: iOS, OS X, watchOS and tvOS. With the release of Swift 3 in 2016, the Swift language is packed with even more features and enhancements. In this book, you'll learn the basics of Swift from getting started with playgrounds to simple operations...
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...
FV Press, 2018 — 164 p. — ASIN B07FYXHBKZ. Wikipedia says, “In software engineering, a software design pattern is a general, reusable solution to a commonly occurring problem within a given context in software design.” In a general sense, design patterns can be stated as best practices that were implemented on a repetitive basis to solve similar problems, but that are found in...
Apress, 2018. — 457 p. — ISBN: 978-1-4842-3380-1. Acquire and master the information required to take you to the next level beyond basic iPhone development using Swift. In this follow up work to the best selling Beginning iPhone Development with Swift, you’ll learn how to improve your apps by managing the performance of your programs using parallelization, getting data in and...
AppCoda, 2017. — 800 p. Learn how to code in Swift and build a real world app from scratch. Now the course is ready for Swift 4, iOS 11 and Xcode 9. Get it now and enjoy free update for iOS 12 and Xcode 10 this fall. You've got an app idea but don't know how to get started? If you want to create an app but don't know where to begin, this course covers the whole aspect of iOS...
5th ed. — Apress, 2019. — ISBN: 1484248643. Learn how to integrate all the interface elements iOS users have come to know and love, such as buttons, switches, pickers, toolbars, and sliders. In this edition of the best selling book, you’ll also learn about touch gestures, table views, and collection views for displaying data on a user interface. Assuming little or no working...
3rd Edition. — Apress, 2016. — 334 p. — ISBN: 978-1-4842-2330-7 This book is perfect for those with no programming background, those with some programming experience but no object-oriented experience, or those that have a great idea for an app but haven’t programmed since school, and it is now updated for Swift 3. Gary Bennett and Brad Lees are full-time professional iOS...
3nd ed. — O’Reilly Media, 2018. — 378 p. — ISBN: 149198757X. Get valuable hands-on experience with Swift, the open-source programming language developed by Apple. With this practical guide, skilled programmers with little or no knowledge of Apple development will learn how to code with the latest version of Swift by developing a working iOS app from start to finish. You'll...
Razeware LLC, 2017. — 440 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 — even over different platforms. Not only will you learn how to use the RxSwift...
Wayne Bishop, 2015. — 76 p. + Code. — ISBN: 978-1320561976. 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...
N.-Y.: Prentice Hall, 2015. - 400 p. The professional programmer’s Deitel guide to Apple’s new Swift programming language for the iOS and OS X platforms Written for programmers with a background in object-oriented programming in a C-based language like Objective-C, Java, C# or C++, this book applies the Deitel signature live-code approach with scores of complete, working,...
Apress, 2015. — 592 p. — ISBN10: 148420395X. The Swift programming language has transformed the world of iOS development and started a new age of modern Cocoa development. Pro Design Patterns in Swift shows you how to harness the power and flexibility of Swift to apply the most important and enduring design patterns to your applications, taking your development projects to...
O’Reilly Media, 2018. — 350 p. Ready to create amazing games for iOS? With Apple’s Swift programming language, it’s never been easier. This updated cookbook provides detailed recipes for managing a wide range of common iOS game-development issues, ranging from architecture design to graphics to performance — all revised for the latest version of Swift. You get simple, direct...
Packt Publishing, 2016. — 280 p. — ISBN10: 1785884506, ISBN13: 978-1785884504. This book is for developers who want to learn how to implement and use common data structures and algorithms natively in Swift. Whether you are a self-taught developer without a formal technical background or you have a degree in Computer Science, this book will provide with the knowledge you need to...
2nd ed. — O’Reilly Media, 2017. — 636 p. — ISBN10: 1491967064. — ISBN13: 978-1491967065. Get valuable hands-on experience with Swift 3, the latest version of Apple’s programming language. With this practical guide, skilled programmers with little or no knowledge of Apple development will learn how to code with Swift 3 by developing three complete, tightly linked versions of the...
2nd Edition. — Razeware LLC, 2019. — 364 p. 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...
Amazon Digital Services LLC, 2017. — 300 p. — ASIN: B075Z7ZTMJ. Some of the more obvious topics what is covered in the book include dependency management, source control, code reviews, continuous integration, style guides, working in a team, tooling, project organization and documentation, and release strategies. The topics the author found most interesting to write about, are...
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...
Addison-Wesley, 2015. — 300 p. — ISBN: 0133950409, ISBN13: 978-0-13-395040-3. 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...
O’Reilly Media, 2016. — 534 p. — ISBN10: 1491940743. — ISBN13: 978-1491940747 Get hands-on experience with Apple's Swift programming language by building real working apps. With this practical guide, skilled programmers with little or no knowledge of Apple development will learn how to code with Swift 2 by developing three complete, tightly linked versions of the Notes...
Florian Kugler, 2014. — 206 p. — ISBN10: 3000480056; ISBN13: 978-3000480058. This book will teach you how to use Swift to apply functional programming techniques to your iOS or OS X projects. These techniques complement object-oriented programming that most Objective-C developers will already be familiar with, providing you with a valuable new tool in your developer's toolbox....
Farook, Galloway, Ganim, Hollemans, Morrow, Pupăză, and Van Impe, 2017. — 706 p. The Course Companion by the raywenderlich.com Tutorial Team. 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. • This first section of this book...
Razeware, 2015. — 788 p. +code Over 900 p. of high quality up-to-date content! iOS Apprentice Screenshot Detailed illustrations and explanations! 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...
O’Reilly Media, 2018. — 378 p. Get valuable hands-on experience with Swift, the open-source programming language developed by Apple. With this practical guide, skilled programmers with little or no knowledge of Apple development will learn how to code with the latest version of Swift by developing a working iOS app from start to finish. You’ll begin with Swift programming...
AppCoda, 2018. — 844 p. This book is intended for developers with some experience in the Swift programming language and with an interest in developing iOS apps. It is not a book for beginners. If you have some experience in Swift, you will definitely benefit from this book. Learn how to code in Swift and build a real world app from scratch. Now the course is ready for Swift 4,...
4th Edition. — Razeware LLC, 2018. — 438 p. Beginning programming with Swift 4.2. This book takes you from beginner to advanced in Swift: Apple’s modern programming language for iOS Swift is the easiest way to get started developing on Apple's platforms: iOS, OS X, watchOS and tvOS. With the release of Swift 4 in 2017, the Swift language is packed with even more features and...
Razeware LLC, 2014. — 718 p. — ISBN-10: 0989675173, ISBN-13: 978-0989675178. Learn the New iOS 8 APIs! At WWDC, Tim Cook declared iOS 8 the most significant change for iOS developers since the introduction of the original iPhone OS SDK. Not only does iOS 8 introduce an entirely new programming language — Swift — but it also introduces a huge set of APIs to learn and master!...
Wrox, 2015. — 312 p. — ISBN: 1119016770, ISBN: 978-1-119-14872-2 (ebk). Transition from Objective-C to the cleaner, more functional Swift quickly and easily. Professional Swift shows you how to create Mac and iPhone applications using Apple's new programming language. This code-intensive, practical guide walks you through Swift best practices as you learn the language, build an...
Razeware LLC, 2014. — 280 p. — ISBN10: 0989675181, ISBN13: 978-0989675185. Learn Apple’s brand new programming language, Swift, the quick and easy way: via hands-on tutorials! Through a series of real-world, practical examples you will bring your Swift knowledge from beginner to master. Swift by Tutorials covers the following topics: Language Basics: Variables, constants,...
Objc.io, 2017 Kugler & Eidhof GbR Functional Swift (Updated for Swift 4) This book will teach you how to use Swift to apply functional programming techniques to your iOS or OS X projects. These techniques complement object-oriented programming that most Objective-C developers will already be familiar with, providing you with a valuable new tool in your developer's toolbox. We...
Apress, 2018. — 207 p. — ISBN: 978-1484236208. Learn the basics of reactive programming and how it makes apps more responsive. This book shows you how to incorporate reactive programming into existing development products and cycles using RXSwift and RXCocoa on iOS and Mac. As we move away from the traditional paradigm of typing or touching one step at a time to interact with...
Manning Publications, 2017. — 571 p. iOS Development with Swift is a hands-on guide to creating iOS apps. It takes you through the experience of building an app - from idea to App Store. After setting up your dev environment, you'll learn the basics by experimenting in Swift playgrounds. Then you'll build a simple app layout, adding features like animations and UI widgets....
4th Edition. — Kodeco, 2023. — 430 p. Learn all about declarative asynchronous programming with Swift using the Combine framework! Writing asynchronous code can be challenging, with a variety of possible interfaces to represent, perform, and consume asynchronous work — delegates, notification centers, KVO, closures, etc. Juggling all of these different mechanisms can be...
2nd ed. — Apress, 2019. — 595 p. — ISBN: 1484249437. If you’ve already learned the basics of Swift and iOS programming, it’s time to take your skills to the next level. In this follow up work to the best-selling Beginning iPhone Development with Swift , you’ll learn tips for organizing and debugging Swift code, using multi-threaded programming with Grand Central Dispatch,...
Apress, 2019. — 371 p. Get the most out of Swift 4 with this carefully compiled collection of select code snippets designed to solve everyday coding problems. This book features the Apress easy-to-use recipe format, with step-by-step instructions, and a no-fuss approach. You'll explore a wide range of topics, all neatly organized according to the language’s own core elements...
Pragmatic Bookshelf, 2017. — 264 p. — ISBN: 978-1-68050-210-7. All in on Swift! iOS 10 and Xcode 8 make it clearer than ever that Swift is Apple's language of the future. Core frameworks have been redesigned to work better with Swift, and the language itself continues to evolve quickly. iOS 10 SDK Development is the pure-Swift approach to developing for the iOS platform. This...
Kodeco Inc., June 6, 2023. — 238 p. — ISBN-13: 978-1950325870. Learn How to Program with Swift 5.8! Swift is the best way to develop on Apple’s platforms: iOS, iPadOS, macOS, watchOS and tvOS. In this book, you’ll continue where you left off in Swift Apprentice: Fundamentals and use playgrounds to explore powerful features of the language. As before, everything you’ll learn is...
5th Edition. — Razeware LLC, 2018. — 278 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 the basics like setting up your own Core Data Stack all the way to advanced topics like migration, performance, multithreading, and more! By the end of this book, you’ll have hands-on...
Kugler & Eidhof GbR, Objc.io, 2018. This book explains a range of application architectural patterns and their implementation techniques using a single example app, fully implemented in six architectural patterns. Instead of advocating for any particular pattern, we lay out the problems all architectures are trying to address: constructing the app’s components, communicating...
4th Edition. — Razeware LLC, 2015. — 788 p. + Source files. — ISBN: 978-1942878087. 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. In this book, you will learn how to make your own iPhone and iPad...
Packt Publishing, 2018. — 196 p. — ISBN: 978-1789534313. Master the fundamentals of programming in Swift 4 Take your first foray into programming for Apple devices with Swift. Swift is fundamentally different from Objective-C, as it is a protocol-oriented language. While you can still write normal object-oriented code in Swift, it requires a new way of thinking to take...
2nd Edition. — Razeware LLC, 2019. — 400 p. The most popular and comprehensive book on Swift algorithms & data structures! This 23-chapter book covers search (breadth-first, depth-first, Dijkstra’s), sort (mergesort, radix sort, heap sort, and quicksort), trees (binary trees, AVL trees, binary search trees), stacks, graphs, and more. Learn how to implement the most common 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...
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...
Manchester Academic Publishing, 2017. — 215 p. This book covers iOS 11 app design fundamentals using the latest Swift 4 programming language, Xcode 9 and iOS 11 SDK. The author assumes you have no experience in app development. The book starts with the installation of the required programming environment and setting up the simulators. Then, the simplest "Hello World" app is...
5th ed. — Apress, 2019. — 372 p. — ISBN: 1484248678. Stay motivated and overcome obstacles while learning to use Swift Playgrounds and Xcode 10.2 to become a great iOS developer. This book, fully updated for Swift 5 , is perfect for those with no programming background, those with some programming experience but no object-oriented experience, or those that have a great idea for...
Apress, 2018. — 457 p. — ISBN: 978-1-4842-3380-1. Acquire and master the information required to take you to the next level beyond basic iPhone development using Swift. In this follow up work to the best selling Beginning iPhone Development with Swift, you’ll learn how to improve your apps by managing the performance of your programs using parallelization, getting data in and...
Wrox, 2016. — 624 p. — ISBN: 978-1119073550. iOS Swift 24-Hour Trainer combines book and video lessons in Apple's Swift programming language to prepare you to build iPhone and iPad apps — and distribute them through the Appstore. First, this approachable text covers the fundamentals of Swift by introducing you to iOS development in this language, and presenting best practices...
2nd edition. — Packt Publishing, 2017. — 308 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...
Simon Ng, 2016. — 610 p. 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 3 Basics Using Playgrounds Design Adaptive UI using Stack Views in Xcode 8 Auto layout and...
2nd Edition. — Razeware LLC/Kodeco Inc., 2023. — 257 p. Learn everything you need to create safe, performant, and predictable asynchronous apps by leveraging the new modern concurrency features introduced in Swift 5.5, such as async/await, tasks, actors, and more. Master Swift’s new concurrency model! For years, writing powerful and safe concurrent apps with Swift could easily...
Razeware LLC, 2015. — 801 p. — ISBN: 978-1942878148. Learn How to Make 2D iOS and tvOS Games! Learn how to make iOS and tvOS games in Swift, using Apple’s built-in 2D game framework: Sprite Kit. Through a series of mini-games and challenges, you will go from beginner to advanced and learn everything you need to make your own game! [Screenshots of 6 games: Zombie Conga, Cat Nap,...
Second Edition. — Packt Publishing, 2017. — 330 p. — ISBN: 978-1-78712-775-3 Key Features Create and design games for iPhone and iPad using SpriteKit and Swift 3.0 Learn the core fundamentals of SpriteKit game development and mix and match techniques to customize your game This step-by-step practical guide will teach you to build games from scratch using the little-known tips...
O’Reilly Media, 2015. - 582 p. 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 Cocoa provides the underlying...
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...
Apress, 2015. — 572 p. Swift OS X Programming for Absolute Beginners is your step-by-step guide to learning how to code using Swift, Apple's hottest new programming language. This book will not only teach complete programming novices how to write OS X programs, but it can also help experienced programmers moving to the Macintosh for the first time. You will learn to understand...
Pragmatic Bookshelf, 2014. — 207 p. — ISBN10: 1680501704. — ISBN13: 978-1680501704. Core Data is intricate, powerful, and necessary. Discover the powerful capabilities integrated into Core Data, and how to use Core Data in your iOS and OS X projects. All examples are current for OS X El Capitan, iOS 9, and the latest release of Core Data. All the code is written in Swift,...
Packt Publishing, 2016. — 238 p. — ISBN13: 9781785884269. Leverage the power of the Functional reactive programming paradigm with Swift to develop robust iOS applications Reactive programming helps you write applications that are more powerful and efficient. You can write more software, help more people, and create applications that scale. Reactive programming is a growing...
Apress, 2017. — 192 p. — ISBN: 978-1484226469. Learn how to build playgrounds so you can test your code, syntax, and ideas quickly. You can even learn from playgrounds built by others or build playgrounds to teach. And the playgrounds you build and use on your Mac and on your iPad are automatically shared using your Apple ID. Exploring Swift Playgrounds shows you how to use...
Big Nerd Ranch Guides, 2016. — 400 p. — ISBN: 978-0134398013. Through the authors' carefully constructed explanations and examples, you will develop an understanding of Swift grammar and the elements of effective Swift style. This book is written for Swift 3.0 and will also show you how to navigate Xcode 8 and get the most out of Apple's documentation. Throughout the book, the...
Kugler, Eggert und Eidhof GbR, 2016. — 316 p. Core Data best practices by example, from persistency to multithreading and syncing. Updated for Swift 3 and iOS 10/macOS10.12! This book strives to give you clear guidelines for how to get the most out of Core Data while avoiding the pitfalls of this flexible and powerful framework. We start with a simple example app and extend it...
3 edition. — O’Reilly Media, 2018. — 378 p. — ISBN10: 149198757X; ISBN13: 978-1491987575. Get valuable hands-on experience with Swift, the open-source programming language developed by Apple. With this practical guide, skilled programmers with little or no knowledge of Apple development will learn how to code with the latest version of Swift by developing a working iOS app from...
O’Reilly Media, 2018. — 1172 p. If you’re grounded in the basics of Swift, 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 to create views, manipulate view controllers, and add features from iOS frameworks.
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...
Packt Publishing, 2016. — 1027 p. — ASIN: B01LD8K63I. What You Will Learn From a solid understanding of the Swift 2 language Get to know the practical aspects of how a computer program actually works Understand the paradigms used by Apple's frameworks, so you are not intimidated by them Create a server in Swift to deliver JSON data to an iOS app Take advantage of Cocoapods to...
Apress, 2015. — 360 p. — ISBN10: 1484214897, ISBN13: 978-1-484214-89-3. Swift 2 for Absolute Beginners is perfect for those with no programming background, those with some programming experience but no object-oriented experience, or those that have a great idea for an app but haven’t programmed since school, and it is now updated for Swift 2. Gary Bennett and Brad Lees are...
Packt Publishing, 2016 - 332 p. - ISBN10: 1785885693. Get to grips with object-oriented programming in Swift to efficiently build powerful real-world applications. About This Book Leverage the most efficient object-oriented design patterns in your Swift applications. Write robust, safer, and better code using the blueprints that generate objects. Build a platform with...
Packt Publishing - ebooks Account, 2016. — 212 p. — ISBN10: 1785882945. — ISBN13: 978-1785882944 Key Features The only book that shows how to harness the power of Protocol-Oriented Programming in Swift to build real-world applications, Get familiar with the protocol focused approach of application development, Increase the overall productivity and performance of applications...
Razeware LLC, 2016. — 380 p. — ISBN: 978-1942878162. Learn How to Make 3D iOS Games! Learn how to make 3D games in Swift, using Apple’s built-in 3D game framework: Scene Kit. Through a series of mini-games and challenges, you will go from beginner to advanced and learn everything you need to make your own 3D game! By the time you’re finished reading this book, you will have...
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...
3rd Edition. — Razeware LLC, 2019. — 440 p. 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...
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...
2nd Edition. — The Pragmatic Programmers, 2015. — 288 p. — ISBN-10: 1941222641, ISBN-13: 978-1-941222-64-5. The iOS 8 SDK changes everything. New programming language, new ways to work with other apps, new tools to do cool stuff. In a world of iPhones and iPads, it's a great time to make a fresh start developing apps for the platform. This book guides you through the state of...
Razeware LLC, 2015. — 312 p. — ISBN: 978-1942878117. Learn the New iOS 9 APIs! iOS 9 introduces a ton of great new APIs and technologies that all iOS developers should learn — from Stack Views to App Search to App Thinning and more. In fact, there’s so much new stuff that learning it all via the official API docs can be time consuming and difficult — especially while you’re...
3rd Edition. — Prentice Hall, 2014. — 400 p. — Deitel Developer Series. — ISBN: 0133965260, ISBN13: 978-0-13396526-1. The professional programmer’s Deitel guide to iPhone and iPad app development using iOS 8, Swift, Xcode 6, and Cocoa Touch. This book gives you everything you’ll need to start developing great iOS 8 apps quickly using Swift–Apple’s programming language of the...
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...
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...
O’Reilly Media, 2014. - 474 p. Ready to build apps for iPhone, iPad, and Mac now that Swift has landed? If you're an experienced programmer who's never touched Apple developer tools, this hands-on book shows you how to use the Swift language to make incredible iOS and OS X apps, using Cocoa and Cocoa Touch. Learn how to use Swift in a wide range of real-world situations, with...
Amazon Digital Services LLC, 2018. — 83 p. — ASIN B07HM3QPTT. Do you ever want to develop iOS applications and you dont know where to start? Are you tired of going through blog posts about Swift concepts? Well, A Comprehensive Intermediate Guide to Learn and Master the Concept of Swift Programming is a masterpiece into iOS app development. It takes you through the fundamentals...
Packt Publishing, 2016. — 296 p. — ISBN: 978-1-78588-388-0. This book is based on Swift 3 Developer preview version and aims at simplifying the functional programming (FP) paradigms making it easily usable, by showing you how to solve many of your day-to-day development problems. Whether you are new to functional programming and Swift or experienced, this book will strengthen...
2nd Edition. — Razeware LLC, 2019. — 303 p. — ISBN: 978-1942878728. Write a full stack Swift app and deploy it to production! Kitura gives you the power to create production-ready RESTful APIs written in Swift. Coupled with the power of Docker and Kubernetes, you can take your Swift to the Server and beyond! Server Side Swift with Kitura will walk you through the development of...
Peachpit Press, 2014. — 304 p. — ISBN: 0134044703, 9780134044705 Learning a New Programming Language can be daunting. With Swift, Apple has lowered the barrier of entry for developing iOS and OS X apps by giving developers an innovative new programming language for Cocoa and Cocoa Touch. If you are new to Swift, this book is for you. If you have never used C, C++, or...
Apress. 2015. — 344 p. — ISBN-10: 1484204190, ISBN-13 (pbk): 978-1-4842-0419-1, ISBN-13 (electronic): 978-1-4842-0418-4. 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...
Packt Publishing, 2018. — 320 p. — ISBN: 9781787120211. RxSwift belongs to a large family of Rx implementations in different programming languages that share almost identical syntax and semantics. Reactive approach will help you to write clean, cohesive, resilient, scalable, and maintainable code with highly configurable behavior. This book will introduce you to the world of...
Publication details not specified, 2020. — 206 p. Learn Combine from the ground up with a solid theoretical foundation and real-world examples of where and how Combine can help you move from writing imperative code to writing reactive code that is flexible, clean and modern. The book has a total of 13 chapters and comes with a Playground and sample projects that show the code...
Tenaya Creek Press, 2015. — 582 p. — ISBN: 978-0-9962281-1-4. Swift, Apple's new language for app development, has been widely praised for its clean, safe, and feature-rich design. The language is poised to quickly replace Objective-C for developing iOS apps. Swift is now the 15th most popular language (Objective-C is #14, having sunk like a stone from #3). If you are serious...
About Swift Swift is a new programming language for iOS and OS X apps that builds on the best of C and Objective-C, without the constraints of C compatibility. Swift adopts safe programming patterns and adds modern features to make programming easier, more flexible, and more fun. Swift’s clean slate, backed by the mature and much-loved Cocoa and Cocoa Touch frameworks, is an...
O’Reilly Media, 2017. — 636 p. — ISBN10: 1491967064. — ISBN13: 978-1491967065. Get valuable hands-on experience with Swift 3, the latest version of Apple’s programming language. With this practical guide, skilled programmers with little or no knowledge of Apple development will learn how to code with Swift 3 by developing three complete, tightly linked versions of the Notes...
Packt Publishing, 2018. — 812 p. Begin your iOS development journey using Swift 4 and XCode 9 with this easy to learn, practical guide You want to build iOS applications but where do you start? Forget sifting through tutorials and blog posts, this book is a direct route into iOS development, taking you through the basics and showing you how to put the principles into practice....
Razeware LLC, 2014. — 256 p. Language: English 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. If you’re a complete beginner to iOS and Swift development, you can follow along with this book as well because the tutorials are always in a step-by-step format....
Apress, 2015. - 380 p. Swift Game Programming for Absolute Beginners teaches Apple's Swift language in the context of four, fun and colorful games. Learn the Swift 2.0 language, and learn to create game apps for iOS at the same time – a double win! These four games are casual, arcade-style games representing the aim-and-shoot, casual, puzzle, and platform styles of game play....
Apress, 2018. — 303 p. Master the basics of solving logic puzzles, and creating algorithms using Swift on Apple platforms. This book is based on the curriculum currently being used in common computer classes. You’ll learn to automate algorithmic processes that scale using Swift in the context of iOS, macOS, tvOS, and watchOS. Begin by understanding how to think computationally:...
O’Reilly Media, 2015. - 322 p. Ready to build stunning apps for iPhone, iPad, and Apple Watch? This cookbook - completely rewritten with all-new material — provides 90 proven solutions for tackling the latest features in iOS 9 and watchOS 2.0. Written exclusively in Apple's Swift language, these code-rich recipes show you how to use dynamic user interfaces, interactive maps,...
Independently published, 2017. — 790 p. Learn by Doing It's not just about the theory or syntax of Swift. Just like our beginner book, this intermediate book (over 450 p.) will help you learn the new APIs introduced in iOS 8/9/10 in a practical way. You will learn by writing code. As you follow the book to build apps, you will learn the new features of Swift and iOS SDK along...
Publication details not specified, 2024. Learn advanced Swift techniques designed for experienced developers. Discover powerful patterns and control flows that streamline complex logic and improve code readability. Unlock the full potential of protocols and generics to build robust, flexible, and reusable components. Delve into expert string manipulation and collection...
Addison-Wesley, 2017. — 524 p. — ASIN B06Y3SZGNH. The Gourmet iOS Developer’s Cookbook offers a fresh banquet of delicious cutting-edge iOS programming recipes for projects both big and small. Renowned iOS programming expert Erica Sadun brings together reliable, proven code for creating today’s richest, most robust apps. Sadun presents innovative ways to make the most of...
1st Edition (iOS 15, macOS 12, Swift 5.5). — Razeware LLC., 2021. — 262 p. — ISBN: 978-1950325535. For years, writing powerful and safe concurrent apps with Swift could easily turn into a daunting task, full of race conditions and unexplained crashes hid in a massive nesting of callback closures. In Swift 5.5, Apple introduced a new concurrency model featuring the async/await...
Packt Publishing, 2016. — 400 p. — ISBN: 978-1-78588-921-9. Swift is Apple’s innovative development language that was introduced at the WWDC (WorldWide Developers Conference) 2014 alongside Xcode 6 and iOS 8. This user-friendly language is packed with modern features to make programming easier and fun, with a lot of flexibility. With Swift 2 comes even better performance, a new...
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...
Objc.io 2017 Kugler & Eidhof GbR Core Data best practices by example, from persistency to multithreading and syncing. Updated for Swift 4 This book strives to give you clear guidelines for how to get the most out of Core Data while avoiding the pitfalls of this flexible and powerful framework. We start with a simple example app and extend it step by step as we talk about...
Apress, 2018. — 457 p. — ISBN: 978-1-4842-3380-1. Acquire and master the information required to take you to the next level beyond basic iPhone development using Swift. In this follow up work to the best selling Beginning iPhone Development with Swift, you’ll learn how to improve your apps by managing the performance of your programs using parallelization, getting data in and...
O’Reilly Media, 2018. — 1172 p. If you’re grounded in the basics of Swift, 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 to create views, manipulate view controllers, and add features from iOS frameworks.
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...
Apress, 2014. — 158 p. — ISBN: 1484204409. Swift is a new programming language for iOS and OS X apps that builds on the best of C and Objective-C, without the constraints of C compatibility. Swift adopts safe programming patterns and adds modern features to make programming easier, more flexible, and more fun. Swift Quick Syntax Reference is a condensed code and syntax...
Apress, 2016. — 324 p. — ISBN: 978-1-4842-2280-5. This is the ideal guide to walk you through Xcode and all the latest features Swift 3 has to offer. If you have picked up this book, chances are you know a little bit about Swift Programming. With Practical Swift you’ll develop an advanced understanding of the language that will enable you to create a reference guide using Xcode...
3rd Edition. — Razeware LLC, 2019. — 372 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...
5th Edition. — Big Nerd Ranch, 2015. — 416 p. — ISBN10: 0134390733, ISBN13: 978-0134390734. iOS Programming: The Big Nerd Ranch Guide leads you through the essential concepts, tools and techniques for developing iOS applications, giving you the know-how and confidence you need to tackle iOS apps of your own. Based on our Beginning iOS bootcamp, this bestselling guide teaches...
Packt Publishing, 2015. — Code Only. — 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...
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...
Packt Publishing, 2016. — 296 p. — ISBN: 978-1-78588-388-0. This book is based on Swift 3 Developer preview version and aims at simplifying the functional programming (FP) paradigms making it easily usable, by showing you how to solve many of your day-to-day development problems. Whether you are new to functional programming and Swift or experienced, this book will strengthen...
Pragmatic Bookshelf, 2017. — 264 p. — ISBN: 978-1-68050-210-7. All in on Swift! iOS 10 and Xcode 8 make it clearer than ever that Swift is Apple's language of the future. Core frameworks have been redesigned to work better with Swift, and the language itself continues to evolve quickly. iOS 10 SDK Development is the pure-Swift approach to developing for the iOS platform. This...
O’Reilly Media, 2022. — 439 p. Swift is best known as Apple's programming language of choice for developing apps on iOS, iPadOS, macOS, watchOS, and tvOS. But it's far more versatile than that. Open-source Swift is also gaining ground as a language for systems programming and server-side code, and it runs on Linux and Windows. So where do you start? With Head First Swift,...
Razeware LLC, 2017. — 446 p. — ISBN10: 194287846X 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 platforms. Not only will you learn how...
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...
2nd ed. — Packt Publishing, 2017. — 363 p. — ISBN10: 1787120392, 13 978-1787120396. True PDF This book introduces the object-oriented paradigm and its implementation in the Swift 3 programming language to help you understand how real-world objects can become part of fundamental elements in the code. This book is developed with XCode 8.x and covers all the enhancements included...
Www.hackingwithswift.com, 2020 - 265 p. Break out of beginner’s Swift with this hands-on guide About Pro Swift I wrote Hacking with Swift to teach app development in a highly practical way: you learn while you code, and you always learn new techniques in a real-world context so you can see exactly how they are applied. Well, Pro Swift is no different: I've structured the course...
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...
Razeware LLC, 2016. — 548 p. Learn How to Make tvOS Apps! The tvOS Apprentice teaches you everything you need to know to develop great apps for the Apple TV. This book teaches you how to make tvOS apps in two different ways: via the traditional method using UIKit, and via the new Client-Server method using TVML. For both complete beginners and iOS pros!
2nd Edition. — Razeware LLC, 2019. — 400 p. The most popular and comprehensive book on Swift algorithms & data structures! This 23-chapter book covers search (breadth-first, depth-first, Dijkstra’s), sort (mergesort, radix sort, heap sort, and quicksort), trees (binary trees, AVL trees, binary search trees), stacks, graphs, and more. Learn how to implement the most common and...
Apress, 2014. — 290 p. The professional development team that brought you two editions of Objective-C for the Absolute Beginners and have taught thousands of developers around the world to write some of the most popular iPhone apps in their categories on the app store, have now leveraged their instruction for Swift. Swift for Absolute Beginners is perfect for those with no...
Version 1.0. Written in Swift 3. — Relased Jun 2, 2017. — 152 p. Write custom collections in Swift with a strong focus on performance. In this book, we show how to write very efficient Swift collection code. Throughout the book, we benchmark everything — with some surprising results. We implement custom data structures with value semantics and copy-on-write behavior such as...
Simon Ng, 2016. — 576 p. It’s not just about the theory or syntax of Swift. Just like our beginner book, this intermediate book (over 450 p.) will help you learn the new APIs introduced in iOS 8/9/10 in a practical way. You will learn by writing code. As you follow the book to build apps, you will learn the new features of Swift and iOS SDK along the way.
Packt Publishing, 2018. — 356 p. Build full-stack shopping list applications from scratch for web and mobile platforms using Xcode, Vapor, and Swift Making Swift an open-source language enabled it to share code between a native app and a server. Building a scalable and secure server backend opens up new possibilities, such as building an entire application written in one...
Addison-Wesley, 2017. — 524 p. — ASIN B06Y3SZGNH. The Gourmet iOS Developer’s Cookbook offers a fresh banquet of delicious cutting-edge iOS programming recipes for projects both big and small. Renowned iOS programming expert Erica Sadun brings together reliable, proven code for creating today’s richest, most robust apps. Sadun presents innovative ways to make the most of...
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...
Razeware LLC, 2014. — Code Only — ISBN-10: 0989675173, ISBN-13: 978-0989675178. Learn the New iOS 8 APIs! At WWDC, Tim Cook declared iOS 8 the most significant change for iOS developers since the introduction of the original iPhone OS SDK. Not only does iOS 8 introduce an entirely new programming language — Swift — but it also introduces a huge set of APIs to learn and master!...
4th Edition. — Antonio Bello, Bill Morefield, Audrey Tam, Sarah Reichelt. — Razeware LLC, 2021. — 706 p. Build apps more efficiently with SwiftUI’s declarative approach and leave the old ways of imperative coding in the dust, with this freshly-updated book. SwiftUI is a new paradigm in Apple-related development. In 2014, after years of programming apps with Objective-C, Apple...
Apress, 2015. — Code Only. — ISBN10: 1484214897, ISBN13: 978-1-484214-89-3.[/b] Swift 2 for Absolute Beginners is perfect for those with no programming background, those with some programming experience but no object-oriented experience, or those that have a great idea for an app but haven’t programmed since school, and it is now updated for Swift 2. Gary Bennett and Brad Lees...
Razeware LLC, 2016. — 309 p. — ISBN-10 1942878176, ISBN-13 978-1942878179. Learn How To Program with Swift 2.2! Up to date for Xcode 7.3 and Swift 2.2 Swift is the easiest way to get started developing on Apple's platforms: iOS, OS X, watchOS and tvOS. With the release of Swift 2 in 2015, the Swift language is packed with even more features and enhancements. In this book,...
Packt Publishing, 2016. — 238 p. — ISBN13: 9781785884269. Leverage the power of the Functional reactive programming paradigm with Swift to develop robust iOS applications Reactive programming helps you write applications that are more powerful and efficient. You can write more software, help more people, and create applications that scale. Reactive programming is a growing...
Scott Gardner, Shai Mishali, Florent Pillet, Marin Todorov. — Razeware LLC., 2019. — 260 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...
Packt Publishing, 2016. — Code Only. — ISBN: 978-1-78588-294-4. Build fast and powerful applications by exploiting the power of protocol-oriented programming in Swift. At the heart of Swift's design is an incredibly powerful idea: protocol-oriented programming. Its many benefits include better code maintainability, increased developer productivity and superior application...
Independently published, 2022. — 187 p. Swift's powerful and flexible concurrency system includes async/await, tasks, actors, and more, but if you want to unleash its full power you must understand all the available choices and what sets them apart. That's where Swift Concurrency by Example comes in: written as a series of tutorials, Swift Concurrency by Example guides you...
Hudson Paul (self-published), 2024. — 238 p. The concurrency system in Swift is a powerful and flexible tool, including async/await, tasks, actors, and much more. However, to fully unlock its potential, it's important to understand all available features and their differences. The book "Swift Concurrency by Example" is designed precisely for this: it consists of a series of...
4th Edition (Xcode 13; Swift 5.5). — Razeware LLC, 2021. — 426 p. — ISBN: 978-1950325405. Understanding how data structures and algorithms work in code is crucial for creating efficient and scalable apps and acing job interviews. Swift’s standard library and, more recently, the Swift Collections and Algorithms packages contain a robust set of general-purpose collection types...
Apress , 2014. — 254 p. — ISBN-10: 1484204387, ISBN-13 (electronic): 978-1-4842-0436-8 In 250 p., Migrating to Swift from Android gives you — as an experienced Android app developer — all you need to create native iOS apps using the latest Swift programming language. Starting with preparing your Xcode 6.1 IDE and introducing just enough iOS application framework fundamentals,...
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...
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...
O’Reilly Media, 2018. — 350 p. Ready to create amazing games for iOS? With Apple’s Swift programming language, it’s never been easier. This updated cookbook provides detailed recipes for managing a wide range of common iOS game-development issues, ranging from architecture design to graphics to performance — all revised for the latest version of Swift. You get simple, direct...
Apress, 2019. — 144 p. — ISBN: 978-1484253366, 1484253361. 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 logic...
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...
Packt Publishing, 2018. — 320 p. — ISBN: 9781787120211. RxSwift belongs to a large family of Rx implementations in different programming languages that share almost identical syntax and semantics. Reactive approach will help you to write clean, cohesive, resilient, scalable, and maintainable code with highly configurable behavior. This book will introduce you to the world of...
Techotopia, 2014. — 66 p. The aim of this book is to teach the range of skills necessary to build apps for iOS 8. iOS 8 App Development Essentials takes a modular approach to the subject of iOS 8 application development for both the iPhone and iPad, with each chapter covering a self contained topic area consisting of detailed explanations, examples and step-by-step tutorials....
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...
4th Edition. — Razeware LLC, 2022. — 334 p. Apps are becoming more complex, and development teams are being pressured to deliver faster results in the face of constantly changing requirements. Now, more than ever, you need to understand and apply good software architecture practices in your projects. Advanced iOS App Architecture thoroughly explains multiple modern iOS...
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...
Razeware LLC, 2014. — Code. — ISBN10: 0989675181, ISBN13: 978-0989675185. Learn Apple’s brand new programming language, Swift, the quick and easy way: via hands-on tutorials! Through a series of real-world, practical examples you will bring your Swift knowledge from beginner to master. Swift by Tutorials covers the following topics: Language Basics: Variables, constants, types,...
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. —116 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...
Packt Publishing, 2017. — 254 p. — ISBN: 978-1-78712-039-6. Swift has quickly become one of the most-liked languages and developers' de-facto choice when building applications that target iOS and macOS. In the new version, the Swift team want to take its adoption to the next level by making it available for new platforms and audiences. This book introduces the object-oriented...
Razeware LLC, 2016. — 548 p. Learn How to Make tvOS Apps! The tvOS Apprentice teaches you everything you need to know to develop great apps for the Apple TV. This book teaches you how to make tvOS apps in two different ways: via the traditional method using UIKit, and via the new Client-Server method using TVML. For both complete beginners and iOS pros!
Apress Media LLC, 2023. — 213 p. — ISBN13: 978-1-4842-8694-4. Build solid software with modern and safe concurrency features. Concurrency is one of the hardest problems in computer science. For years, computer scientists and engineers have developed different strategies for dealing with concurrency. However, the original concurrency primitives are complicated to understand and...
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...
Version 2.0. Released Nov 20, 2017. Write custom collections in Swift with a strong focus on performance. In this book, we show how to write very efficient Swift collection code. Throughout the book, we benchmark everything — with some surprising results. We implement custom data structures with value semantics and copy-on-write behavior such as sorted arrays, binary trees,...
Apress, 2015. - 496 p. Interested in iPhone and iPad apps development? Want to learn more? Whether you are a relative newcomer to iPhone and iPad or iOS development or an old hand looking to expand your horizons, we have the perfect Swift-flavored book for you. The update to the bestselling More iPhone Development by Dave Mark and Jeff LaMarche, More iPhone Development with...
2nd ed. — Sams Publishing, 2015. — 461 p. — (Sams Teach Yourself). — ISBN10: 0672337657, 13 978-0672337659. In just 24 lessons of one hour or less, Sams Teach Yourself Swift in 24 Hours, Second Edition, will teach you how to build next-generation OS X and iOS apps with Apple’s Swift 2 programming language. This book’s straightforward, step-by-step approach helps you quickly...
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...
Packt Publishing, 2018. — 356 p. Build full-stack shopping list applications from scratch for web and mobile platforms using Xcode, Vapor, and Swift Making Swift an open-source language enabled it to share code between a native app and a server. Building a scalable and secure server backend opens up new possibilities, such as building an entire application written in one...
Apress. 2015. — Code only. — ISBN-10: 1484204190, ISBN-13 (pbk): 978-1-4842-0419-1, ISBN-13 (electronic): 978-1-4842-0418-4. 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...
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...
Apress, 2019. — 371 p. Get the most out of Swift 4 with this carefully compiled collection of select code snippets designed to solve everyday coding problems. This book features the Apress easy-to-use recipe format, with step-by-step instructions, and a no-fuss approach. You'll explore a wide range of topics, all neatly organized according to the language’s own core elements...
Seventh Edition — Razeware LLC, 2021 - 555 p. In the last seven years, Swift has gone from a secret project at Apple, Inc. to a full-blown, open-source, community-driven language. It continues to refine its core goal of being a general-purpose language that supports safety, speed, and expressiveness. Despite its progressive, industrial-strength nature, Swift is an excellent...
5th Edition. — Ehab Amer, Alexis Gallagher, Matt Galloway, Eli Ganim, Ben Morrow, Cosmin. — Pupăză Razeware LLC, 2019. — 491 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...
Razeware LLC, 2021. — 450 p. Master the Swift language with the Expert Swift book! Swift is a rich language with a plethora of features to offer. Reading the official documentation or entry-level books is important, but it’s not enough to grasp the true power of the language. Expert Swift is here to help, by showing you how to harness the full power of Swift. You’ll learn about...
3rd Edition. — Prentice Hall, 2014. — 400 p. — Deitel Developer Series. — ISBN: 0133965260, ISBN13: 978-0-13396526-1. The professional programmer’s Deitel guide to iPhone and iPad app development using iOS 8, Swift, Xcode 6, and Cocoa Touch. This book gives you everything you’ll need to start developing great iOS 8 apps quickly using Swift–Apple’s programming language of the...
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....
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...
O’Reilly Media, 2014. — 186 p. Get quick answers for developing and debugging applications with Swift, Apple's multi-paradigm programming language. This pocket reference is the perfect on-the-job tool for learning Swift's modern language features, including type safety, generics, type inference, closures, tuples, automatic memory management, and support for Unicode. Designed to...
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. — Packt Publishing, 2016. — 210 p. — ISBN: 978-1-78712-907-8. Test-driven development (TDD) is a proven way to find software bugs early. Writing tests before your code improves the structure and maintainability of your apps. In combination with the improved syntax of Swift 3, there is no excuse or writing bad code. This book will help you understand the process of...
FV Press, 2018 — 164 p. — ASIN B07FYXHBKZ. Wikipedia says, “In software engineering, a software design pattern is a general, reusable solution to a commonly occurring problem within a given context in software design.” In a general sense, design patterns can be stated as best practices that were implemented on a repetitive basis to solve similar problems, but that are found in...
O’Reilly Media, 2018. — 378 p. Get valuable hands-on experience with Swift, the open-source programming language developed by Apple. With this practical guide, skilled programmers with little or no knowledge of Apple development will learn how to code with the latest version of Swift by developing a working iOS app from start to finish. You’ll begin with Swift programming...
Packt Publishing, 2024. — 422 p. Authors: Keith Moon, Chris Barker, Daniel Bolella, Nathan Lawlor. Key Features: Harness the power of Swift to create stunning applications, spanning mobile apps to machine learning models. Learn and practice the flexible Swift programming language with a practical, recipe-based approach. Leverage highly tested recipes that any Swift developer...
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...
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. 2015. — 344 p. — ISBN-10: 1484204190, ISBN-13 (pbk): 978-1-4842-0419-1, ISBN-13 (electronic): 978-1-4842-0418-4. 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...
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...
Pragmatic Bookshel, 2016. — 300 p. — ISBN: 978-1680501322. iOS 9 gives developers new tools for creating apps for iPhone and iPad, and our new edition of the classic iOS guide is updated to match. By writing clean, expressive, and maintainable Swift code, you'll be able to pull in the iOS 9 SDK's enormous feature set to deliver mobile applications. In this completely revised...
Razeware LLC, 2021. — 450 p. Master the Swift language with the Expert Swift book! Swift is a rich language with a plethora of features to offer. Reading the official documentation or entry-level books is important, but it’s not enough to grasp the true power of the language. Expert Swift is here to help, by showing you how to harness the full power of Swift. You’ll learn about...
Packt Publishing, 2016. — 400 p. — ISBN: 978-1-78588-921-9. Swift is Apple’s innovative development language that was introduced at the WWDC (WorldWide Developers Conference) 2014 alongside Xcode 6 and iOS 8. This user-friendly language is packed with modern features to make programming easier and fun, with a lot of flexibility. With Swift 2 comes even better performance, a new...
2nd Edition. — Razeware LLC, 2019. — 316 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...
CreateSpace Independent, 2016. — 254 p. Now learning Swift 2 is easy for C and C++ Programmers. You don't need to understand Object-C to learn Swift anymore. What you do need is new way of thinking. This book is the key. Swift is not a language that is intuitive for most C and C++ programmers. Swift is not Object-C. It is much more versatile, but the artifacts of Object-C make...
CreateSpace Independent, 2016. — 254 p. Now learning Swift 2 is easy for C and C++ Programmers. You don't need to understand Object-C to learn Swift anymore. What you do need is new way of thinking. This book is the key. Swift is not a language that is intuitive for most C and C++ programmers. Swift is not Object-C. It is much more versatile, but the artifacts of Object-C make...
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...
Wiley, 2015. — 387 p. — (For Dummies). — ISBN13: 9781119022220, 10: 1119022223. Swift is the future of Apple programming - the heir apparent to Objective-C, and thats good news! Designed from the ground up to be a simpler programming language, its now easier than ever to get started creating apps for iPhone or iPad, or applications for Mac OS X! Trust Dummies to get you off to...
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...
3rd Edition. — Razeware LLC, 2019. — 372 p. — ISBN: 978-1942878667. Code files only! 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...
Packt Publishing, 2016. — 210 p. — ISBN: 978-1-78712-907-8. Key Features Learn test-driven principles to help you build apps with fewer bugs and better designs Become more efficient while working with Swift to move on to your next project faster! Implement all of the principles of test-driven development (TDD) in to your daily programming workflow Book Description Test-driven...
5th Edition. — Packt Publishing, 2019. — 358 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...
Leanpub, 2017. — 244 p. — ISBN-10 B0741B1XD1. Despite its widespread, the Model-View-Controller pattern just doesn't cut it for most Swift projects. Take control of your Swift projects with the Model-View-ViewModel pattern.
Amazon Digital Services LLC, 2017. — 300 p. — ASIN: B075Z7ZTMJ. Some of the more obvious topics what is covered in the book include dependency management, source control, code reviews, continuous integration, style guides, working in a team, tooling, project organization and documentation, and release strategies. The topics the author found most interesting to write about, are...
Independently published, 2024. — 422 p. — ISBN-13: 979-8335569613. Swift 5 for iOS and macOS is your definitive guide to mastering Swift, the powerful programming language developed by Apple. From the basics of Swift syntax to the complexities of advanced programming, this book delves deep into the core concepts and techniques that make Swift the preferred language for iOS and...
Razeware LLC, 2016. — Code Only. — ISBN: 978-1942878162. Learn How to Make 3D iOS Games! Learn how to make 3D games in Swift, using Apple’s built-in 3D game framework: Scene Kit. Through a series of mini-games and challenges, you will go from beginner to advanced and learn everything you need to make your own 3D game! By the time you’re finished reading this book, you will have...
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...
Apress, 2015. - 260 p. Migrating to Swift From Web Development gives you the ability to create native iOS apps using the latest Swift programming language. Starting with preparing your latest Xcode 6 Integrated Development Environment and introducing just enough iOS application framework fundamentals, you'll understand how to create a simple but meaningful Hello Swift...
O’Reilly Media, 2015. - 85 p. Take advantage of this unique opportunity to write for a brand new platform and get your apps noticed. This book is a short guide that introduces developers to building apps for the Apple Watch.
Big Mountain Studio, 2024. — 300 p. A Better Type of Book. -Pictures + Code. Learn the Big Mountain Studio way. All code has pictures. -Simple Explanations. Not everyone speaks English as their first language. We keep it simple. -One Topic, One Example. We don't overload and confuse you with many things all at once. Learn just one thing at a time. This book takes advantage of...
Packt Publishing, 2017. — 384 p. — ISBN: 1786460890. Swift 4 is an exciting, multi-platform, general-purpose programming language. Being open-source, modern and easy to use has made Swift one of the fastest growing programming languages. If you interested in exploring it, then this book is what you need. The book begins with an introduction to the basic building blocks of Swift...
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...
Raywenderlich, 2015. — 466 p. — (Tutorials Team). — ISBN: 978-1942878124. This year at WWDC, Apple introduced watchOS 2, which signifies a huge change for Apple Watch developers. Now, you can make native apps that run directly on your watch. In this book, you'll learn how to make native apps for watchOS 2 the quick and easy way: through a series of fun and easy-to-read...
3rd Edition. — Florent Pillet, Junior Bontognali, Marin Todorov & Scott Gardner. — Razeware LLC, 2019. — 440 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...
Razeware LLC, 2017. — 440 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 — even over different platforms. Not only will you learn how to use the RxSwift...
Apress, 2014. — Code Only. — 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...
Addison-Wesley, 2015. — 300 p. — ISBN: 0133950409, ISBN13: 978-0-13-395040-3. 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...
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...
Manning Publications, 2018. — 439 p. 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 generics, efficient error...
Pragmatic Bookshelf, 2017. — 264 p. — ISBN: 978-1-68050-210-7. All in on Swift! iOS 10 and Xcode 8 make it clearer than ever that Swift is Apple's language of the future. Core frameworks have been redesigned to work better with Swift, and the language itself continues to evolve quickly. iOS 10 SDK Development is the pure-Swift approach to developing for the iOS platform. This...
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...
Apple Inc., 2022. — 1040 p. — (Swift 5.7 Edition). Swift is a fantastic way to write software, whether it’s for phones, desktops, servers, or anything else that runs code. It’s a safe, fast, and interactive programming language that combines the best in modern language thinking with wisdom from the wider Apple engineering culture and the diverse contributions from its...
Apress, 2015. — 144 p. — ISBN: 978-1-484217-14-6. Gary Bennett, Brad Lees, and Stefan Kaczmarek, the team behind Swift 2 for Absolute Beginners, brings you a hands-on "Swift" introduction to the new tvOS SDK with a collection of app projects to try out. You'll learn how to create a BookStore app for the TV, including using Stack Views for book details, how to create a photo...
4th Edition. — Razeware LLC, 2022. — 334 p. — ISBN-13: 978-1950325610. Apply Different Architectures to Your Codebase! Advanced iOS App Architecture guides you through building one real-world app written in different architectures to give you hands-on and practical experience working in different architectures. This book will also guide you through the theory you need to gain a...
2nd Edition. — Razeware LLC, 2019. — 316 p. — ISBN: 978-1942878810. Code files only! 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....
Wrox, 2015. — 312 p. — ISBN: 1119016770, ISBN: 978-1-119-14872-2 (ebk). Transition from Objective-C to the cleaner, more functional Swift quickly and easily. Professional Swift shows you how to create Mac and iPhone applications using Apple's new programming language. This code-intensive, practical guide walks you through Swift best practices as you learn the language, build an...
8th Edition. — Razeware LLC, 2020. — 313 p. — ASIN 1950325040. In this book, you'll master Core Data in iOS using Swift. Comprehensive coverage of Core Data, from beginner to advanced topics. 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. Start with with the...
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.
3rd Edition (iOS 15, Swift 5.5, Xcode 13). — Razeware LLC., 2021. — 432 p. — ISBN: 978-1950325498. Writing asynchronous code can be challenging, with a variety of possible interfaces to represent, perform, and consume asynchronous work — delegates, notification center, KVO, closures, etc. Juggling all of these different mechanisms can be somewhat overwhelming. Does it have to...
Scott Gardner, Shai Mishali, Florent Pillet, Marin Todorov. — Razeware LLC., 2019. — 260 p. — ISBN: n/a. Code files only! 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...
Learn And Code With Enid, 2024. — 159 p. With LACWE, you will learn about Swift and other topics with visual graphics. Most of LACWE’s content is organized in series, so it guides you step-by-step through the learning process. Advantages of visual learning: Makes complex topics easier to understand. Helps in retaining information for a longer time. Visuals can act as memory...
Independently published, 2022. — 187 p. Swift's powerful and flexible concurrency system includes async/await, tasks, actors, and more, but if you want to unleash its full power you must understand all the available choices and what sets them apart. That's where Swift Concurrency by Example comes in: written as a series of tutorials, Swift Concurrency by Example guides you...
Hacking with Swift (self-published), 2023 — 253 p. This book is the perfect practical guide to SwiftData, containing hundreds of pages with tips, techniques, and solutions to help you make the most effective use of Apple's new powerful data management tool. What you will learn in the course: The course "SwiftData in Examples" offers the largest collection of solutions and...
Packt Publishing, 2019. — 182 p. This is an intermediate to advanced book, focusing fairly narrowly on how to use the Combine framework provided by Apple. The writing and examples expect that you have a solid understanding of Swift including reference and value types, protocols, and comfort with using common elements from the Foundation framework. If you are also just starting...
Apress, 2020. — 214 p. — ISBN13: 978-1-4842-5768-5. Control the performance and stability of the apps you develop in Swift by working with and understanding advanced concepts in data structures and algorithms. All professional developers have to know which data structure and algorithms to use in their development process. Your choice directly affects the performance of your...
Packt Publishing, 2018. — 196 p. — ISBN: 978-1789534313. Master the fundamentals of programming in Swift 4 Take your first foray into programming for Apple devices with Swift. Swift is fundamentally different from Objective-C, as it is a protocol-oriented language. While you can still write normal object-oriented code in Swift, it requires a new way of thinking to take...
Objc.io 2017 Kugler & Eidhof GbR. Core Data best practices by example, from persistency to multithreading and syncing. Updated for Swift 4. This book strives to give you clear guidelines for how to get the most out of Core Data while avoiding the pitfalls of this flexible and powerful framework. We start with a simple example app and extend it step-by-step as we talk about...
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. — 430 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...
3rd Edition. — Razeware LLC, 2019. — 430 p. — ISBN: 978-1942878650. Code files only! 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...
Apress, 2016. — 518 p. — ISBN10: 1484216679. — ISBN13: 978-1484216675. This book builds on your knowledge of ActionScript to take you on to the fast track developing iOS apps with Apple’s latest language, Swift. Swift’s syntax is easier to understand than Objective-C for people already familiar with ActionScript. At the same time it offers a number of new features and richer...
Amazon Digital Services LLC, 2018. — 83 p. — ASIN B07HM3QPTT. Do you ever want to develop iOS applications and you dont know where to start? Are you tired of going through blog posts about Swift concepts? Well, A Comprehensive Intermediate Guide to Learn and Master the Concept of Swift Programming is a masterpiece into iOS app development. It takes you through the fundamentals...
3rd Edition (iOS 15, Swift 5.5, Xcode 13). — Razeware LLC., 2021. — 447 p. — ISBN: 978-1950325498. Dive into Combine! Writing asynchronous code can be challenging, with a variety of possible interfaces to represent, perform, and consume asynchronous work — delegates, notification centers, KVO, closures, etc. Juggling all of these different mechanisms can be somewhat...
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...
Independently published, 2017. — 790 p. Learn by Doing It's not just about the theory or syntax of Swift. Just like our beginner book, this intermediate book (over 450 p.) will help you learn the new APIs introduced in iOS 8/9/10 in a practical way. You will learn by writing code. As you follow the book to build apps, you will learn the new features of Swift and iOS SDK along...
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...
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...
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...
3rd Edition. — Florent Pillet, Junior Bontognali, Marin Todorov & Scott Gardner. — Razeware LLC, 2019. — 440 p. Code files only! 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...
Razeware LLC, 2020. — 472 p. 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...
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...
Addison-Wesley, 2015. — 300 p. — ISBN10: 0133950409, ISBN13: 978-0-13-395040-3. 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...
2nd Edition. — Razeware LLC/Kodeco Inc., 2023. — 257 p. — ISBN-13: 978-1950325818. Learn everything you need to create safe, performant, and predictable asynchronous apps by leveraging the new modern concurrency features introduced in Swift 5.5, such as async/await, tasks, actors, and more. Master Swift’s new concurrency model! For years, writing powerful and safe concurrent...
3rd Edition. — Big Nerd Ranch, September 2020. — 496 p. — ISBN13: 978-0135266595. Through this guide’s carefully constructed explanations and examples, you will develop an understanding of Swift grammar and the elements of effective Swift style – all thoroughly revised for Swift 5.3 and Xcode 12. Based on Big Nerd Ranch’s popular Swift training and its well-tested materials and...
7th Edition. — By Cosmin Pupăză, Ben Morrow, Eli Ganim, Alexis Gallagher, Ehab Yosry Amer, and Matt Galloway, Oct 2021. — 555 p. 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 is necessary! This is a...
5th Edition. — Ehab Amer, Alexis Gallagher, Matt Galloway, Eli Ganim, Ben Morrow, Cosmin. — Pupăză Razeware LLC, 2019. — 491 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...
5th Edition. — Ehab Amer, Alexis Gallagher, Matt Galloway, Eli Ganim, Ben Morrow, Cosmin. — Pupăză Razeware LLC, 2019. — 491 p. — ISBN: n/a. Code files only! 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...
Apress Media LLC, 2023. — 529 p. — ISBN13: 978-1-4842-8757-6. Create a professional-looking app from start to finish that takes advantage of iCloud technology. Rather than working with Storyboarding for building your UI, you’ll use code to build professional-looking screens. Using code is standard for professional developers to fit form factor alignment across multiple screen...
Antonio Bello, Phil Łaszkowicz, Bill Morefield & Audrey Tam. — Razeware LLC, 2019. — 362 p. — ISBN: 978-1942878834. Build fluid and engaging declarative UI for your apps — using less code — with SwiftUI! With SwiftUI, you can define what your app’s UI should do with concise, declarative language, and say goodbye to tons of confusing UIKit code. Build modern, responsive UI and...
Apress, 2015. — 360 p. — ISBN10: 1484214897, ISBN13: 978-1-484214-89-3. Swift 2 for Absolute Beginners is perfect for those with no programming background, those with some programming experience but no object-oriented experience, or those that have a great idea for an app but haven’t programmed since school, and it is now updated for Swift 2. Gary Bennett and Brad Lees are...
O’Reilly Media, Inc., 2021. — 733 p. — ISBN: 978-1492058250. Swift is best known as Apple's programming language of choice for developing apps on iOS, iPadOS, macOS, watchOS, and tvOS. But it's far more versatile than that. Open-source Swift is also gaining ground as a language for systems programming and server-side code, and it runs on Linux and Windows. So where do you...
3rd Edition. — Razeware LLC., 2021. — 616 p. — ASIN 1942878753. The definitive book on building web apps and web APIs using Server-Side Swift with Vapor, written by the creators of the Vapor 4 framework. Learn how to build web apps and web APIs using Swift and the Vapor 4 framework! If you’re a beginner to web development, but have worked with Swift for some time, you’ll find...
3rd Edition. — Tim Condon, Tanner Nelson, Jonas Schwartz, Logan Wright. — Razeware LLC., Mar 30 2021. — 585 p. — ISBN: n/a. Version (v3.0.1) The definitive book on building web apps and web APIs using Server-Side Swift with Vapor was written by the creators of the Vapor 4 framework. Learn how to build web apps and web APIs using Swift and the Vapor 4 framework! If you’re a...
Packt Publishing, 2016. — 238 p. — ISBN13: 9781785884269. Leverage the power of the Functional reactive programming paradigm with Swift to develop robust iOS applications Reactive programming helps you write applications that are more powerful and efficient. You can write more software, help more people, and create applications that scale. Reactive programming is a growing...
6th Edition. — Razeware LLC, 2019. — 269 p. — ISBN: 978-1942878612. Code files only! 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...
8th Edition. — Razeware LLC, 2020. — 280 p. — ASIN 1950325040. In this book, you'll master Core Data in iOS using Swift. Comprehensive coverage of Core Data, from beginner to advanced topics. Begin your journey of learning core data with the basics like setting up your own Core Data Stack all the way to advanced topics like migration, performance, multithreading and more! By...
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...
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...
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...
2nd Edition. — Razeware LLC, 2019. —116 p. — ISBN: 978-1942878780. Code files only! 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...
5th Edition. — Packt Publishing, 2019. — 358 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...
Hacking with Swift (self-published), 2020 — 426 p. This book brings together the first 20 lessons from the Swift on Sundays series, where each project represents a fully developed application, accompanied by instruction in important programming techniques. You will get 20 thoroughly detailed projects - from start to finish. Book Features: 100% Swift 5.1: All projects are...
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, 2018. — 196 p. — ISBN: 978-1789534313. !Only code files Master the fundamentals of programming in Swift 4 Take your first foray into programming for Apple devices with Swift. Swift is fundamentally different from Objective-C, as it is a protocol-oriented language. While you can still write normal object-oriented code in Swift, it requires a new way of thinking...
Rheinwek Computing, 2015. — 761 s. — ISBN10: 3836236516, ISBN13: 978-3-8362-3653-9. Der perfekte Start in Apples neue Programmiersprache Swift! Michael Kofler führt Sie in die Syntax und in die objektorientierte Programmierung ein. Viele kleine Beispiele illustrieren, wozu bestimmte Sprachmerkmale dienen und wie man sie zweckmäßig einsetzt. Beispielorientierte Kapitel zeigen...
4th Edition (Xcode 13; Swift 5.5). — Razeware LLC, 2021. — 426 p. — ISBN: 978-1950325405. Understanding how data structures and algorithms work in code is crucial for creating efficient and scalable apps and conducting job interviews. Swift’s standard library and, more recently, the Swift Collections and Algorithms packages contain a robust set of general-purpose collection...
3rd Edition (iOS 15, Swift 5.5, Xcode 13). — Razeware LLC., 2021. — 447 p. — ISBN: 978-1950325498. Dive into Combine! Writing asynchronous code can be challenging, with a variety of possible interfaces to represent, perform, and consume asynchronous work — delegates, notification centers, KVO, closures, etc. Juggling all of these different mechanisms can be somewhat...
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...
Apress, 2019. — 144 p. — ISBN: 978-1484253366, 1484253361. 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 logic...
2nd Edition. — Razeware LLC, 2019. — 303 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!...
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...
Ericasadun.com, 2016. — 101 p. — (Swift. Slowly). Swift 3 is a major, breaking language change. Are you ready to make the jump? Let "Swift from Two to Three" help you along the way. From migrating your code, updating your style, and adopting new Swift features, this book ushers you into the newly refreshed language. Learn what changed, why it changed, and how you can update...
CRC Press, 2022. — 351 p. — (Mastering Computer Science). — ISBN13: 9781032182612. Mastering Swift introduces Apple’s excellent Swift standard library style and incorporates user feedback across multiple Swift projects. However, it should be regarded as a living, changeable document and the basis upon which the programming language is implemented. Before going further into the...
2nd Edition. — Razeware LLC/Kodeco Inc., 2023. — 257 p. — ISBN-13: 978-1950325818. Learn everything you need to create safe, performant, and predictable asynchronous apps by leveraging the new modern concurrency features introduced in Swift 5.5, such as async/await, tasks, actors and more. Master Swift’s new concurrency model! For years, writing powerful and safe concurrent...
Razeware LLC, 2021. — 450 p. Code Files Only! Master the Swift language with the Expert Swift book! Swift is a rich language with a plethora of features to offer. Reading the official documentation or entry-level books is important, but it’s not enough to grasp the true power of the language. Expert Swift is here to help, by showing you how to harness the full power of Swift....
6th Edition (Xcode 12 & Swift 5.3). — Razeware LLC, 2020. — 505 p. — ISBN: 978-1942878605. Beginning programming with Swift! This book takes you from beginner to advanced in Swift: Apple’s modern programming language for iOS. All the code in the book works inside of Xcode’s easy-to-use playgrounds. That means you can focus on core Swift language concepts, such as classes,...
Apress Media LLC, 2022. — 222 p. — ISBN13: 978-1-4842-7764-5. Work with large data sets, create statistical models, and make predictions with statistical methods using the Swift programming language. The variety of problems that can be solved using statistical methods range in fields from financial management to machine learning to quality control and much more. Those who...
Official documentation. — Apple Inc., 2014. — 430 p. Swift is a new programming language for iOS and OS X apps that builds on the best of C and Objective-C, without the constraints of C compatibility. Swift adopts safe programming patterns and adds modern features to make programming easier, more flexible, and more fun. Swift’s clean slate, backed by the mature and much-loved...
2nd edition. — Apress, 2024. — 445 p. — ISBN: 979-8-8688-0944-6. This is the second version of App Development using iOS iCloud, which offers comprehensive coverage of iOS 17's changes, empowering you to create efficient, user-friendly applications. Build cutting-edge iOS apps with the latest iCloud features! Create a professional-looking app from start to finish that takes...
Apress Media LLC, 2023. — 529 p. — ISBN13: 978-1-4842-8758-3. Create a professional-looking app from start to finish that takes advantage of iCloud technology. Rather than working with Storyboarding for building your UI, you’ll use code to build professional-looking screens. Using code is standard for professional developers to fit form factor alignment across multiple screen...
Apress, 2023. — 513 p. — ISBN13: 978-1-4842-8757-6. Create a professional-looking app from start to finish that takes advantage of iCloud technology. Rather than working with Storyboarding for building your UI, you’ll use code to build professional-looking screens. Using code is standard for professional developers to fit form factor alignment across multiple screen sizes and...
Apress, 2015. — 360 p. — ISBN10: 1484214897, ISBN13: 978-1-484214-89-3. Swift 2 for Absolute Beginners is perfect for those with no programming background, those with some programming experience but no object-oriented experience, or those that have a great idea for an app but haven’t programmed since school, and it is now updated for Swift 2. Gary Bennett and Brad Lees are...
O’Reilly Media, 2017. — 636 p. — ISBN10: 1491967064. — ISBN13: 978-1491967065. Get valuable hands-on experience with Swift 3, the latest version of Apple’s programming language. With this practical guide, skilled programmers with little or no knowledge of Apple development will learn how to code with Swift 3 by developing three complete, tightly linked versions of the Notes...
O’Reilly Media, 2021. — 733 p. — ISBN: 978-1-492-05825-0. Swift is best known as Apple's programming language of choice for developing apps on iOS, iPadOS, macOS, watchOS, and tvOS. But it's far more versatile than that. Open-source Swift is also gaining ground as a language for systems programming and server-side code, and it runs on Linux and Windows. So where do you start?...
CreateSpace Independent, 2016. — 254 p. Now learning Swift 2 is easy for C and C++ Programmers. You don't need to understand Object-C to learn Swift anymore. What you do need is new way of thinking. This book is the key. Swift is not a language that is intuitive for most C and C++ programmers. Swift is not Object-C. It is much more versatile, but the artifacts of Object-C make...
6th Edition. — Razeware LLC, 2019. — 269 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...
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...
7th Edition. — Razeware LLC, 2020. — 295 p. What is Core Data? You'll hear a variety of answers to this question: It’s a database! It's SQLite! It's not a database! And so forth. Here's the technical answer: Core Data is an object graph management and persistence framework in the macOS and iOS SDKs. That means Core Data can store and retrieve data, but it isn’t a relational...
CompreQuest Books, 2024. — 427 p. — (Mastering Programming Languages Series). Swift Mastery Unleashed: Your Ultimate Guide. Are you ready to unlock the full potential of Swift programming and revolutionize your development skills across iOS, macOS, watchOS, and tvOS platforms? Look no further than "Swift Programming: Build Powerful and Innovative Solutions for iOS, macOS,...
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...
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....
3rd Edition (iOS 15, Swift 5.5, Xcode 13). — Razeware LLC., 2021. — 432 p. — ISBN: 978-1950325498. Writing asynchronous code can be challenging, with a variety of possible interfaces to represent, perform, and consume asynchronous work — delegates, notification centers, KVO, closures, etc. Juggling all of these different mechanisms can be somewhat overwhelming. Does it have to...
2nd Edition. — Scott Gardner, Shai Mishali, Florent Pillet, Marin Todorov. — Razeware LLC., 2020. — 424 p. The best book to master declarative asynchronous programming with Swift using the Combine framework! Writing asynchronous code can be challenging, with a variety of possible interfaces to represent, perform, and consume asynchronous work — delegates, notification center,...
Fourth Edition; Packt, 2019. - 224 p. Protocol-oriented programming is an incredibly powerful concept at the heart of Swift's design. Swift's standard library was developed using POP techniques, generics, and first-class value semantics; therefore, it is important for every Swift developer to understand these core concepts and take advantage of them. The fourth edition of this...
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...
4th Edition. — Razeware LLC, 2021-09-14. — 459 p. — ISBN: 978-1950325405. Learn Data Structures & Algorithms in Swift! Data structures and algorithms form the basis of computer programming and are the starting point for anyone looking to become a software engineer. Choosing the proper data structure and algorithm involves understanding the many details and trade-offs of using...
4th Edition. — Razeware LLC, 2021-09-14. — 459 p. — ISBN: 978-1950325405. Learn Data Structures & Algorithms in Swift! Data structures and algorithms form the basis of computer programming and are the starting point for anyone looking to become a software engineer. Choosing the proper data structure and algorithm involves understanding the many details and trade-offs of using...
Independently published, 2019. — 223 p. — ISBN: 1096672286. Have you ever wanted to learn how to build IOS apps but don’t know where to start? Have you tried some of the IOS books and blogs but still you could not get to the end? Do you feel like you need some fundamental skills in Swift for you to get started? Well, Swift is the new language for you. No need to struggle...
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...
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, 2019. — 144 p. — ISBN13: 978-1-4842-5336-6. 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 logic puzzles,...
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...
2nd Edition. — Razeware LLC, 2019. — 303 p. — ISBN: 978-1942878728. Code files only! 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...
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...
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 Professional, 2016. — 256 p. — ISBN: 978-0-13-443159-8. Learning Swift 2 Programming is a fast-paced, hands-on introduction to writing production-quality iOS and OS X apps with Apple’s programming language. Written for developers with experience in any modern language, this book explains Swift simply and clearly, using relevant examples that solve realistic problems.
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...
Apress, 2021. — 214 p. — ISBN: 978-1484270486. Maintaining an iOS project often results in thousands of code files scattered around your folders. Did you ever want to reuse those files with other projects but find yourself making copies of Swift files? You are not alone! Many iOS developers struggle with this issue as well — unorganized projects, duplicated files, difficulty in...
Apress, 2021. — 214 p. — ISBN: 978-1484270486. Maintaining an iOS project often results in thousands of code files scattered around your folders. Did you ever wanted to reuse those files with other projects but found yourself making copies of Swift files? You are not alone! Many iOS developers struggle with this issue as well — unorganized projects, duplicated files, difficulty...
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...
Packt Publishing, 2019. — 401 p. — ISBN: 978-1-78913-556-5. From learning about the most sought-after design patterns to a comprehensive coverage of architectural patterns and code testing, this book is all you need to write clean, reusable code Swift keeps gaining traction not only amongst Apple developers but also as a server-side language. This book demonstrates how to apply...
3rd Edition. — Adrian Strahan, Chris Belanger, Christine Abernathy, Eric Cerney, Jawwad Ahmad, Josh Greene, Kelvin Lau, Michael Katz, raywenderlich.com Team. — Razeware LLC, 2017-11-16. — ISBN-13: 978-1942878445. Learn How to Make tvOS Apps! The tvOS Apprentice teaches you everything you need to know to develop great apps for the Apple TV. This book teaches you how to make tvOS...
6th Edition. — Ehab Amer, Alexis Gallagher, Matt Galloway, Eli Ganim, Ben Morrow, Cosmin. — Pupăză Razeware LLC, Oct. 22. 2020. — 324 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...
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...
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...
3rd edition. — Independently published, 2021. — 344 p. — ASIN: B093S958LH. You’ll begin with Swift programming basics — including guidelines for making your code "Swifty" — and learn how to work with Xcode and its built-in Interface Builder. Then you’ll dive step-by-step into the building and customizing a basic app for taking, editing, and deleting selfies. You’ll also tune...
2nd Edition. — NLN lnc, 2020. — 365 p. You’ll begin with Swift programming basics — including guidelines for making your code "Swifty" — and learn how to work with Xcode and its built-in Interface Builder. Then you’ll dive step-by-step into building and customizing a basic app for taking, editing, and deleting selfies. You’ll also tune and test the app for performance and...
2nd edition. — Apress, 2015. — 348 p. — ISBN13: 978-1-484214-89-3. Swift 2 for Absolute Beginners is perfect for those with no programming background, those with some programming experience but no object-oriented experience, or those that have a great idea for an app but haven’t programmed since school, and it is now updated for Swift 2. Gary Bennett and Brad Lees are full-time...
Apress, 2021. - 303 p. - ISBN: 9781484263297 Discover more insight about deep learning and how to work with Swift for TensorFlow to develop intelligent apps. TensorFlow was designed for easy adoption by iOS programmers working in Swift. This book covers the established and tested concepts and ties them to modern Swift programming and applicable use in developing for iOS. Using...
4th edition. — Wayne Bishop, 2019. — 132 p. Modern code, illustrations & Computer science. Updated for Swift 5. 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. Why algorithms? Introduced by Apple in 2014, Swift is quickly becoming...
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...
2nd Edition. — Razeware LLC, 2019. — 316 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...
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...
4th Edition. — Razeware LLC, 2022. — 334 p. Apps are becoming more complex, and development teams are being pressured to deliver faster results in the face of constantly changing requirements. Now, more than ever, you need to understand and apply good software architecture practices in your projects. Advanced iOS App Architecture thoroughly explains multiple modern iOS...
3rd Edition. — Tim Condon, Tanner Nelson, Jonas Schwartz, Logan Wright. — Razeware LLC., 2020. — 585 p. — ISBN: n/a. The definitive book on building web apps and web APIs using Server-Side Swift with Vapor, written by the creators of the Vapor 4 framework. Learn how to build web apps and web APIs using Swift and the Vapor 4 framework! If you’re a beginner to web development,...
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...
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...
6th Edition. — Razeware LLC, 2019. — 269 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...
7th Edition. — Razeware LLC, 2020. — 295 p. Code files only! What is Core Data? You'll hear a variety of answers to this question: It’s a database! It's SQLite! It's not a database! And so forth. Here's the technical answer: Core Data is an object graph management and. persistence framework in the macOS and iOS SDKs. That means Core Data can store and retrieve data, but it...
8th Edition. — Razeware LLC, 2020. — 280 p. — ASIN 1950325040. Code Files Only! In this book, you'll master Core Data in iOS using Swift. Comprehensive coverage of Core Data, from beginner to advanced topics. Begin your journey of learning core data with the basics like setting up your Core Data Stack all the way to advanced topics like migration, performance, multithreading...
BPB Publications, 2023. — 258 p. — ISBN: 978-93-55518-323. A step-by-step journey into full-stack iOS development with Swift and Vapor Key Features Learn how to leverage Vapor to build robust backend systems for your iOS applications. Seamlessly integrate frontend and backend components in your full-stack iOS application. Learn to configure servers and successfully launch your...
Mercury Learning and Information, 2024. — 252 p. — ISBN: 978-1-50152-257-4. This comprehensive book combines the strengths of Swift, the Vapor framework, and iOS development to create dynamic, full-stack applications. Perfect for aspiring developers, students, and seasoned iOS professionals, this book equips you with the skills needed to master both server-side and client-side...
Kugler & Eidhof GbR, Objc.io, 2018. — 226 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...
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.
Scott Gardner, Shai Mishali, Florent Pillet, Marin Todorov. — Razeware LLC., 2019. — 260 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...
3rd Edition. — Razeware LLC, 2019. — 372 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...
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...
2nd Edition. — Razeware LLC, 2019. —116 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...
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...
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...
2nd Edition. — Razeware LLC, 2017. — 458 p. — ISBN: 978-1942878421. Learn How to Make 3D iOS Games! Learn how to make 3D games in Swift, using Apple’s built-in 3D game framework: Scene Kit. Through a series of mini-games and challenges, you will go from beginner to advanced and learn everything you need to make your 3D game! By the time you’re finished reading this book, you...
3rd Edition. — Razeware LLC, 2019. — 430 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...
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...
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...
Apress, 2015. — 866 p. — ISBN: 978-1-4842-1753-5. This is the definitive guide to the Swift programming language and the iOS 9 SDK, and the source code has been updated to reflect Xcode 7 and Swift 2. There’s up-to-date coverage of new Apple technologies as well as significant updates to existing material. You'll have everything you need to create your very own apps for the...
Amazon Digital Services LLC, 2018. — 83 p. — ASIN B07HM3QPTT. Do you ever want to develop iOS applications and you dont know where to start? Are you tired of going through blog posts about Swift concepts? Well, A Comprehensive Intermediate Guide to Learn and Master the Concept of Swift Programming is a masterpiece into iOS app development. It takes you through the fundamentals...
2nd edition. — Packt Publishing, 2021. — 488 p. — ISBN 9781839211195. Discover code-rich recipes ideal for developers new to Swift and those looking to explore the latest features of Swift 5.3 Key Features Learn Swift 5.3 programming techniques to write robust and efficient code Discover the fundamentals of the Swift programming language and build apps with frameworks such as...
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...
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...
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, 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...
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!...
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!...
2nd Edition. — Razeware LLC, 2021. — 344 p. — ISBN: 978-1942878964. Write a full-stack Swift app and deploy it to production! Kitura gives you the power to create production-ready RESTful APIs written in Swift. Coupled with the power of Docker and Kubernetes, you can take your Swift to the Server and beyond! Server Side Swift with Kitura will walk you through the development of...
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...
Peachpit Press, 2014. — 304 p. — ISBN10: 0-13-404470-3, ISBN13: 9780134044705. 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...
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...
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...
Apress Media LLC, 2014. — 255 p. — ISBN: 13: 978-1484204078. Developing apps for Apple’s broadening platform of devices is an exciting topic these days. Apple created the Swift programming language to build state-of-the-art apps using the latest Apple technologies. In this 200-page book, author Scott Gardner articulates the similarities and differences between traditional...
Amazon.com Services LLC, 2024. — 226 p. — ASIN B0CTWKHPMW. "Swift Programming Made Easy - A Beginner's Guide to Programming" is here to rescue you from your pain and provide a simple, comprehensive solution. In this powerful ebook, you will embark on a journey that will demystify Swift programming and make it accessible to beginners like you. Gone are the days of confusion and...
Amazon.com Services LLC, 2024. — 226 p. — ASIN B0CTWKHPMW. "Swift Programming Made Easy - A Beginner's Guide to Programming" is here to rescue you from your pain and provide a simple, comprehensive solution. In this powerful ebook, you will embark on a journey that will demystify Swift programming and make it accessible to beginners like you. Gone are the days of confusion and...
Razeware LLC, 2021. — 262 p. — ISBN: 978-1950325535. Swift could easily turn into a daunting task, full of race conditions and unexplained crashes hidden in a massive nesting of callback closures. In Swift 5.5, Apple introduced a new concurrency model featuring the async/await syntax, to let you write asynchronous code that reads like synchronous code. But like any new feature,...
Packt Publishing, 2019. — 392 p. — ISBN: 978-1-78934-117-1. Take advantage of using the same programming language for both server and client-side with this hands-on book for building web applications with Swift. This book is about building professional web applications and web services using Swift 4.0 and leveraging two popular Swift web frameworks: Vapor 3.0 and Kitura 2.5. In...
Leanpub, 2019. — 31 p. This is a Leanpub book. Leanpub empowers authors and publishers with the LeanPublishing process. Lean Publishing is the act of publishing an in-progress ebook using lightweight tools and many iterations to get reader feedback, pivot until you have the right book and build traction once you do. Xcode Swift Playgrounds in Xcode Swift Projects in Xcode Swift...
Comments