mharper / BirdWatching

Implementation of the iOS Developer Center's tutorial regarding storyboards, a new development feature in iOS 5.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BirdWatching

Overview

This is my implementation of the iOS Developer Center's tutorial familiarizing you with storyboards. I made a few simple departures from the tutorial.

  1. I am not a fan of synthesizing properties with instance variables prefixed by underscore.
  2. The tutorial uses naked unsigned type in the BirdSightingDataController class. I use NSUInteger instead.
  3. I decided to implement as a universal app from the outset. Consequently, this will run on both iPhone and iPad.

The tutorial itself can be found here: Your Second iOS App: Storyboards

Known Issues

Yes, I know this implementation isn't pretty and has various flaws. The purpose of following the tutorial was to learn about storyboards, not to create a work of art. If you want one of those, look here.

About

Implementation of the iOS Developer Center's tutorial regarding storyboards, a new development feature in iOS 5.


Languages

Language:Objective-C 100.0%