Learning Swift 4 by Building Applications is a book that teaches the basics of Swift in the context of iOS. If you finish the book, you should be able to develop small-to-medium mobile apps. You will know how to create the app UI in storyboard using Xcode, how to load and display images fetched from the cloud, how to save and load information between different sessions of the app, and how to share data between all users of the app using the cloud.
Learn Swift by Building Applications
By :
Learn Swift by Building Applications
By:
Overview of this book
Swift Language is now more powerful than ever; it has introduced new ways to solve old problems and has gone on to become one of the fastest growing popular languages. It is now a de-facto choice for iOS developers and it powers most of the newly released and popular apps. This practical guide will help you to begin your journey with Swift programming through learning how to build iOS apps.
You will learn all about basic variables, if clauses, functions, loops, and other core concepts; then structures, classes, and inheritance will be discussed. Next, you’ll dive into developing a weather app that consumes data from the internet and presents information to the user. The final project is more complex, involving creating an Instagram like app that integrates different external libraries. The app also uses CocoaPods as its package dependency manager, to give you a cutting-edge tool to add to your skillset. By the end of the book, you will have learned how to model real-world apps in Swift.
Table of Contents (14 chapters)
Preface
Free Chapter
Swift Basics – Variables and Functions
Getting Familiar with Xcode and Playgrounds
Creating a Minimal Mobile App
Structures, Classes, and Inheritance
Adding Interactivity to Your First App
How to Use Data Structures, OOP, and Protocols
Developing a Simple Weather App
Introducing CocoaPods and Project Dependencies
Improving a Version of a Weather App
Building an Instagram-Like App
Instagram-Like App Continued
Contributing to an Open Source Project
Other Books You May Enjoy
Customer Reviews