The book is designed for beginners who have little or no experience with Swift or any other programming language. The first couple of chapters introduce the Swift and the core programming principals, which are used throughout the process of software development. The rest of the book discusses the Swift development of iOS mobile applications. We will explain how to use open source libraries to achieve rapid software development and develop apps that are consuming information and images from the cloud.
-
Book Overview & Buying
-
Table Of Contents
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
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