Just Do It! Getting started with Xcode and iOS development Paolo Tagliani § Getting started with Xcode and iOS Development #pragma me • Paolo Tagliani (@PablosProject) • • • iOS Developer @Superpartes Innovation Campus Founder of #pragma mark various stuff… ! • • • • • @PablosProject http://www.pablosproject.com https://www.facebook.com/paolo.tagliani https://github.com/pablosproject More… iOS Bootcamp What we’ll see I. The Model View Controller Pattern II. Delegate Pattern III. What’s inside my app • main.m • AppDelegate • UIViewController • UINavigationController • UITableViewController iOS Bootcamp Model View Controller iOS Bootcamp Delegate pattern Delegation is a simple and powerful pattern in which one object in a program acts on behalf of, or in coordination with, another object. (https://developer.apple.com/library/ios/documentation/general/conceptual/ DevPedia-CocoaCore/Delegation.html) ! iOS Bootcamp What’s inside my app • UINavigationController iOS Bootcamp What’s inside my app • UITableViewController iOS Bootcamp Thanks iOS Bootcamp