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...
Independently published, 2024. — 422 р. — 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...
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...
Amazon.com Services LLC, 2024. — 226 р. — 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...
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 own 3D game! By the time you’re finished reading this book,...
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, 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...
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...
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 apps...
Independently published, 2022. — 187 р. Swift's powerful and flexible concurrency system includes async/await, tasks, actors, and more, but if you want to unleash its full power it's important you 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...
Apress Media LLC, 2023. — 529 p. — ISBN-13 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 Media LLC, 2023. — 213 p. — ISBN-13: 978-1-4842-8695-1. 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 and difficult to...
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 start?...
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,...
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 necessary! This is a book...
Apress Media LLC, 2022. — 222 p. — ISBN-13 (electronic): 978-1-4842-7765-2. 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....
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 (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 really...
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 and...
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 fundamentals skills in Swift for you to get started? Well, Swift is the new language for you. No need to struggle any...
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...
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 in...
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, 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...
O’Reilly Media, Inc., 2021. — 500 p. — ISBN 9781491922859. 2021-03-05: First Early Release What will you learn from this book? Apple’s new modern programming language, Swift, is slowly becoming the “go to” language for iOS and OS X development. The language will attract existing developers because of its modern features and prototyping tools, and it will attract new developers...
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...
6-е изд. дополненное и переработанное. — СПб.: Питер, 2021. — 544 с.: ил. — (Библиотека программиста). — ISBN 978-5-4461-1796-3. Мечтаете стать iOS-разработчиком, написать собственное приложение и работать в крутой компании? Тогда эта книга для вас! Язык Swift прост, понятен и отлично подойдет как новичкам, так и опытным программистам. Чтобы начать писать код, вам потребуются...
Apress, 2021. - 303p. - 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...
Apress Media LLC., 2020. — 182 p. — ISBN-13 (electronic): 978-1-4842-6421-8. Build smart apps capable of analyzing language and performing language-specific tasks, such as script identification, tokenization, lemmatization, part-of-speech tagging, and named entity recognition. This book will get you started in the world of building literate, language understanding apps. Cutting...
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...
6th Edition. — Packt Publishing, 2020. — 372 p. — ISBN: 978-1-80056-215-8. A comprehensive guide for programming enthusiasts who wish to gain a firm command of the fundamentals and advanced Swift concepts Over the years, Mastering Swift has proven itself among developers as a popular choice for an in-depth and practical guide to the Swift programming language. This sixth...
4th Edition. — Florent Pillet, Junior Bontognali, Marin Todorov & Scott Gardner. — Razeware LLC, 2020. — 472 p. — ISBN: 978-1942878766 Leverage the power of RxSwift in your reactive 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...
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...
2nd Edition. — Scott Gardner, Shai Mishali, Florent Pillet, Marin Todorov. — Razeware LLC., 2020. — 424 p. — ISBN: n/a. 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,...
3rd Edition. — Razeware LLC, 2020. — 318 p. — ISBN: 978-1942878810. 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, clean architectures in your iOS apps! Apps are becoming more complex, and development teams are being pressured to deliver faster results in the face of constantly...
3rd Edition. — Big Nerd Ranch, 2020. — 496 р. — 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...
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 manage...
Apress Media LLC., 2020. — 258 p. — ISBN13: (electronic): 978-1-4842-6083-8. Work with Apple Maps, Google Maps, and Mapbox in iOS with Swift programming. Guided by practical examples, this book covers all three map frameworks to ensure you properly select which one best suits your iOS app's needs in working with iOS location. You'll see how Apple's privacy settings apply to a...
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...
Apress, 2020. — 155 p. — ISBN13: (electronic): 978-1-4842-5769-2. 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...
Packt Publishing, 2020. — 540 p. — ISBN: 978-1-78953-088-9. Learn to design and deploy fully functioning microservices for your applications from scratch using Swift, Docker, and AWS Book DescriptionThe capabilities of Swift language is extended to server-side development using popular frameworks like Vapor. This enables Swift programmers to implement the microservices approach...
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 components,...
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...
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...
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 most...
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...
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. — 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!...
Packt Publishing, 2019. — 545 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...
Packt Publishing, 2019. — 571 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...
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 is...
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 —...
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...
5-е изд., доп. и пер. — СПб.: Питер, 2020. — 496 с.: ил. — (Библиотека программиста) — ISBN: 978-5-4461-1402-3. Язык Swift молод, он растет, развивается и изменяется, хотя основные подходы к программированию и разработке уже сформировались. В новом, пятом издании книги была полностью переработана первая часть книги, что делает знакомство с языком Swift более комфортным, а весь...
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...
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...
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...
Packt Publishing, 2019. — 224 p. — ISBN: 978-1789349023, 1789349028. 4th Edition. Embrace the Protocol-Oriented Programming paradigm, for better code maintainability and increased performance, with Swift programming. Key Features Leverage the power of Protocol-Oriented Programming in your applications Leverage generics to create very flexible frameworks Learn how to implement...
2nd Edition. — Razeware LLC, 2019. — 400 р. 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...
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...
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,...
Packt Publishing, 2019. — 370 р. — 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...
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 will...
Amazon Digital Services LLC, 2018. — 83 р. — 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 of...
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...
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...
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...
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...
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...
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...
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 with...
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...
4-е изд. дополненное и переработанное. — СПб.: Питер, 2018. — 448 с. Язык Swift молод, он растет, развивается и изменяется. Но основные подходы к программированию и разработке уже сформировались, и в новом, четвертом издании книги особое внимание уделяется решению конкретных задач. Текст полностью переработан так, чтобы любой, интересующийся языком Swift, мог найти здесь и...
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...
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...
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...
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, 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...
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. So...
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.
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: to...
4th Ed. — Packt Publishing, 2017. — 456 p. — ISBN10: 1788477804, 13 978-1788477802. True EPUB Dive into the latest release of the Swift programming language with this advanced development book for building highly performant applications.
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, 2017. — 210 p. Build fast and powerful applications by harnessing the power of protocol-oriented programming in Swift 4 Swift has become the number one language used in iOS and macOS development. The Swift standard library is developed using protocol-oriented programming techniques, generics, and first-class value semantics; therefore, every Swift developer...
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 your...
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 it...
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 pages) 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...
Apress, 2017. — 208 p. — ISBN13: 978-1484223093. Learn the fundamental elements of the new Swift 3 programming language as applied to game development for new iOS 10. In Part 1 of this book, you'll start with a basic 2D game idea and build the game throughout the book introducing each SpriteKit topic as you add new functionality to the game. By the end of the book, you'll have...
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...
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...
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...
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...
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...
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...
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...
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, 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...
Официальная документация. — 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...
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...
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...
Packt Publishing, 2017. — 427 p. — ISBN: 978-1-78646-141-4. Learn to build fast and robust applications on the Linux Platform with Swift Swift is a modern, fast, and safe programming language created by Apple. Writing Swift is interactive and fun, the syntax is concise yet expressive, and the code runs lightning-fast. Swift’s move to open source has been embraced with open arms...
O’Reilly Media, 2016. — 456 р. — 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 apps...
Packt Publishing, 2016. — 142 р. — 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.
Big Nerd Ranch Guides, 2016. — 400 р. — 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...
Packt Publishing, 2016. — 210 р. — 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. — 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...
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, 2014. — 388 p. — ISBN10: 1430260289, ISBN13: (electronic): 978-1-4302-6029-5. Код примеров к книге выложен здесь. 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...
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...
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. — Packt Publishing, 2016. — 308 p. — ISBN: 978-1-78588-751-2. Develop the skills required to create compelling, maintainable, and robust iOS and OS X apps with Swift. Swift is Apple’s new programming language and the future of iOS and OS X app development. It is a high-performance language that feels like a modern scripting language. On the surface, Swift is easy...
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...
Packt Publishing, 2015. — 358 p. — ISBN10: 1784392154, ISBN13: 978-1-78439-215-4. Swift is Apple's new innovative and user-friendly development language, which is packed with modern features to make programming easier, fun, and flexible. Master Apple's new Swift programming language by following the best practices to write efficient and powerful code. This book begins by giving...
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...
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...
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....
Pack Publishing, 2015. — 212 p. — ISBN: 978-1-78528-220-1.
Leverage Swift and enhance your code to take your applications to the next level. .
Swift is one of the most popular and powerful programming languages for building iOS and Mac OS applications, and continues to evolve with new features and capabilities. Swift is considered a replacement to Objective-C and has...
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...
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....
Packt Publishing, 2015. — 224 p. — ISBN10: 1783550538, ISBN13: 978-1783550531. Apple's new programming language, Swift, is fast, safe, accessible—the perfect choice for game development! Packed with best practices and easy-to-use examples, this book leads you step by step through the development of your first Swift game. The book starts by introducing Swift's best features for...
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...
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...
Apress. 2015. — 344 p. — ISBN10: 1484204190, ISBN13: (pbk): 978-1-4842-0419-1, ISBN13: (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...
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,...
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...
Packt Publishing, 2015. — 369 p. — ISBN: 178439355X, ISBN: 978-1-78439-355-7. На англ. языке. Game development has been simplified with Apple's new programming language―Swift. It starts with the absolute basics such as the Xcode interface and takes you all the way to Swift programming. You will take a walk through the creation of 2D and 3D games followed by an introduction to...
Комментарии