Video Tutorial: Create a Tasks Application from the Ground Up – Part 3

In this tutorial we will be creating an application that manages tasks. The application will show you the MVC techniques for programming, how to make best use of Objective C features, as well as how to utilise storyboards to there full potential.

This is a four part tutorial, and in this part we are further implementing our AllTasks screen as well as adding the Add Task screen and fixing some bugs. Click that good old more link to watch this part, or click here to see all parts of this tutorial.

Code Listing

ICTasksBrain.m

ICTasksTableViewController.m

ICActivityTableViewController.m

ICAddTaskTableViewController.h

ICAddTaskTableViewController.m

Leave a Comment