Book Image

Swift Weather (Meteorology) Application with REST API [Video]

By : Frahaan Hussain
Book Image

Swift Weather (Meteorology) Application with REST API [Video]

By: Frahaan Hussain

Overview of this book

We are going to build a real-world iOS application: an iOS 12 Weather App. Unlike any other courses, when you finish this course, you will have an app ready to post to the App Store. What our app will include: • Current weather for your current location • 24-hour weather forecast for your current location • Weekly (7-day) weather forecast for your current location • Current weather for any city of your choice • 24-hour weather for any city of your choice • Weekly (7-day) weather forecast for any city of your choice • How to use the REST API • HTTPS calls • How to write clean readable code • Create custom views using storyboards and XIB files • Work with TableViews • Work with CollectionViews • Gesture recognizers • GPS locations with MapKit • Work with JSON • Use SwiftyJSON • And many more… This iOS12 Weather App is not a beginner-level course. You need to know your way around Xcode and you must have a basic knowledge of Swift and application building. We will start from scratch and build the application together. By the end of the course, you will have learned a lot of new things even if you are an experienced iOS developer. The course will teach you how to write clean code and structure your app development so that, even if you go back to your code in a few years, you can read and understand it clearly. All the code files are placed at https://github.com/PacktPublishing/Swift-Weather-Meteorology-Application-with-REST-API/
Table of Contents (9 chapters)
Chapter 1
Introduction to WeatherBit
Section 1
Introduction
Introduction to WeatherBit: Introduction