Course description
In this course you are going to learn how to take your Swift programming knowledge and apply it to building a real world iOS application. You’ll be taught the basics of navigating the X-Code environment working with Views and Controllers, and many of the nuisances that application developers face through actually building your first iOS mobile application.
Prerequisites
This course requires some knowledge of using a Mac UI. Anyone with moderate computer end-user experience should be able to take this course. You should have already viewed the course Swift for iOS: Basics before taking this course.
Learning Paths
This course is part of the following LearnNowOnline SuccessPaths™:
iOS Mobile Development
Meet the expert
Jordan Hudgens has certifications for Ruby on Rails, Thinkful; Ruby on Rails, Bloc.io; Front End Development, Thinkful; and AngularJS, Thinkful. He is currently vice president of engineering for TRACKR in Midland, Texas and is working on his PhD in Computer Science from Texas Tech. In addition to Ruby, Jordan works with PHP, JavaScript, MySQL, Postgres, CSS3, C, C++, C#, Objective-C, and Python. He also works with the frameworks Rails (Ruby), Zend (PHP), and Django (Python), plus the libraries AngularJS, jQuery, and Backbone.js.
Course outline
Creating an Application
Creating the App and Layout (21:05)
- Introduction (00:15)
- Introduction to iOS Applications (00:37)
- Creating the iOS Application (00:43)
- Demo: Create iOS Application (02:58)
- Demo: Build iOS Application (02:32)
- Working with Views (00:46)
- Demo: Adding Controllers (05:02)
- Demo: Adding Buttons (03:35)
- Demo: Add Segue & More Buttons (04:11)
- Summary (00:20)
Coding the Application (20:17)
- Introduction (00:23)
- Development with Swift (00:51)
- Demo: Connect ViewController (03:18)
- Demo: Connect TableView (03:15)
- Demo: Wire Up the Buttons (02:38)
- Demo: Create TodoItem Class (04:49)
- Demo: Set Up Items (04:42)
- Summary (00:17)
Coding Continued (25:49)
- Introduction (00:26)
- Demo: Grab the Cell Value (04:21)
- Demo: Selected Item Value (04:56)
- Demo: Updating the View (03:45)
- Demo: Add Items Dynamically (02:28)
- Demo: Prepare for Segue (04:46)
- Demo: Add to List (04:35)
- Summary (00:29)