Location:

Level: 
Intermediate
9:00am - 4:00pm

Prerequisites

Requires previous experience with objects and methods, but not necessarily in Swift. The examples are online at http://i5.nyu.edu/~mm64/swift/ and will be run on a Mac during the tutorial. For registrants who wish to bring their own Macs, Swift requires at least Xcode 6.1, which requires at least OS X 10.9.3.

Tutorial: Creating iOS Apps in Swift

This is a full-day tutorial in writing iOS apps in Swift using the Xcode IDE on Macintosh. An iPhone or iPad app is made of intercommunicating objects belonging to Apple’s Cocoa Touch frameworks, and our emphasis will be on these libraries rather than on the Swift language. Learn to create and destroy Cocoa objects, connect them together, and call their methods. Use them to draw text and graphics on the screen, perform simple animations, display controls such as buttons and sliders, respond to a keystroke or other touches, and recognize a gestures such as swipe, tap, and pinch.

We concentrate on three iOS design patterns. A control can call a method of its target object in response to a touch. More generally, an object can call a method of its delegate object in response to a changing situation, e.g., upon reaching the end of an audio file during a playback. A view controller creates the view object underneath it. The view controller and the view can call each other’s methods, and the view controller forms the connection between the view and the rest of the app.

Similar Talks

ClojureScript Committer, Cognitect

Tracks

Wednesday Jun 10

Thursday Jun 11

Friday Jun 12