
Build five real-world iOS apps by translating Sketch mockups into functional projects, mastering Swift 3 syntax changes, core data, SiriKit, open weather map integration, and interactive notifications.
Explore Swift 3 syntax changes, including shorter function calls, parameter naming moved into arguments, underscores for unused parameters, and updated table view delegate patterns with arrays and strings as examples.
Open a new iOS app in Xcode, configure core data with categories, questions, and answers, and set up a navigation controller and table view for the UI.
Load categories with the core data manager, populate the table view on the initial scene, and save category data (name, image name, id) to the data model for persistent display.
Shuffle answer teaches how to randomize quiz options using a shuffle function, fetch questions via a random number generator, and map shuffled answer IDs to UI buttons.
Test Quiz shows how to test quizzes, shuffle answers, and refine the quiz user interface, while wiring a give up action and loading questions with core data.
Learn to build a to-do app with core data, data-driven table views, and custom cells, translating sketch mockups into a functional iOS UI with data storage, search, and checkbox interactions.
Add a table view cell to the prototype, connect it to a class, and create outlets for a check box and to-do item, with auto layout ready for core data.
Configure core data in project by defining a to-do entity with due date and completion, generate NSManagedObject subclasses, and build a core data manager to fetch, save, and update items.
Debug the startup crash by tracing the main table view to fix the wrong array causing an out-of-bounds error, and validate data flow with core data for the to-do list.
The course to learn real iOS programming is here. The course teaches you both the fundamentals and advance IOS concepts by building with you 5 real world apps from scratch. It starts from project inception to UI design to feature implementation and testing. All the projects are unique in their problem space and they have been selected to cover the most important and extensively used concepts behind ios and swift programming. Whats more? After you build the projects you will learn how the new ios10 features can be added to enhance the quality of the Apps.
The course starts with Swift3 and iOS10 basics and then start with the following projects
Quiz App game - You will start by building a simple yet conceptually an extensive app which allows you to create quiz for the app users. The main take away from this app will be creation of complex UI and advance Auto Layout.
ToDo list App - You will then start creating a To Do list App. The focus of this App is to master Core Dat. So you will learn a lot about persistence using core data. You will also learn to do the Sirikit integration which is a recent ios10 feature.
Weather App - Learn to predict weather using third party weather APIs. Learn service calls and third party integration in this very complex app. You are also going to learn about ios10 notifications.
Finance App - Learn to build advance UI and charts in this amazing App which uses third party charting libraries and shows you how you can use different libraries for your projects. Learn to integrate interactive notification which is a new ios10 feature.
Converter Application - Learn to create an interactive UI app with our final and most complex of the applications taken up for this project. It will include integration with CRCurrencyRequest for currencies. This App also uses measurement class now introduced in swift 3 to argument features of the App. You will also learn to add the iMessage extensions introduced in iOS10.
So get started and start building apps which are future ready. See you on the other side.