cs193p – Lecture #18 – UIImagePickerController, Core Motion, and Localization

Please note, this blog entry is from a previous course. You might want to check out the current one.

Lecture #18 starts by explaining how to add camera functionality (including a short demo), core motion (with demo) and localization (no demo due to lack of time).

The code of the demo is available at Stanford and on github.

Slides are available on iTunes …..

The lecture is available at iTunes and is named “18. UIImagePickerController, Core Motion, and Localization (March 7, 2013)”.

FacebooktwitterredditpinterestlinkedintumblrmailFacebooktwitterredditpinterestlinkedintumblrmail

cs193p – Lecture #17 – View Animation, NSTimer, Alerts and Action Sheets

Please note, this blog entry is from a previous course. You might want to check out the current one.

Lecture #17 starts with an introduction to view animations followed by a short demonstration. After an overview about timers they are incorporated in the demo, and finally alerts and action sheets – also put into the demonstration but not completely due to lack of time.

The code of the demo is available at Stanford and on github.

Slides are available on iTunes …..

The lecture is available at iTunes and is named “17. View Animation, NSTimer, Alerts and Action Sheets (March 5, 2013)”.

FacebooktwitterredditpinterestlinkedintumblrmailFacebooktwitterredditpinterestlinkedintumblrmail

cs193p – Lecture #16 – Segues and Text Fields

Please note, this blog entry is from a previous course. You might want to check out the current one.

Lecture #16 continues with the demo from the previous lecture, followed by an thorough introduction to modal and embed segues and text fields as well as another demo.

The code of the demos are available at Stanford and on github (photomania, kitchensink).

Slides are available on iTunes …..

The lecture is available at iTunes and is named “16. Segues and Text Fields”.

FacebooktwitterredditpinterestlinkedintumblrmailFacebooktwitterredditpinterestlinkedintumblrmail

Lecture #16: Action Sheets, Image Picker, Core Motion

Please note, this blog entry is from a previous course. You might want to check out the current one.

Lecture sixteen is named “16. Action Sheets, Image Picker, Core Motion (November 17, 2011)” and can be found at iTunes. Its slides are available at Stanford.

This lecture is a continuation of the previous one providing more insight into timers, but also giving an overview about alerts and action sheets, image pickers and Core Motion.

Perform after delay is an alternative time to NSTimer, discussed in the previous lecture:
Continue reading “Lecture #16: Action Sheets, Image Picker, Core Motion”

FacebooktwitterredditpinterestlinkedintumblrmailFacebooktwitterredditpinterestlinkedintumblrmail

Lecture #15: Modal View Controller/Text/Animation/Timer

Please note, this blog entry is from a previous course. You might want to check out the current one.

Lecture fifteen is named “15. Modal View Controller/Text/Animation/Timer (November 15, 2011)” and can be found at iTunes. Its slides are available at Stanford.

The theoretical part of this lecture provides an introduction to modal view controllers, text fields, animations and the usage of timers.

Modal View Controllers provide views which fill the complete screen and should only be used if it is necessary to block all other navigation or tab controllers. They can be setup in storyboard using modal segues or via code, e.g.:
Continue reading “Lecture #15: Modal View Controller/Text/Animation/Timer”

FacebooktwitterredditpinterestlinkedintumblrmailFacebooktwitterredditpinterestlinkedintumblrmail