Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Storyboard example #29

Merged
merged 10 commits into from Aug 16, 2012
Merged

Storyboard example #29

merged 10 commits into from Aug 16, 2012

Commits on Mar 27, 2012

  1. Initial commit for a storyboard example

    Franklin Webber committed Mar 27, 2012
    Copy the full SHA
    11b8546 View commit details
    Browse the repository at this point in the history
  2. RootViewController writable and shared initialization

      I could not get [self init] to work so each of the initializers
      call [super init] and then currently have a shared initialization
      to get the ball rolling
    Franklin Webber committed Mar 27, 2012
    Copy the full SHA
    5abc4ed View commit details
    Browse the repository at this point in the history
  3. Storyboard StackControler with RootView Object

    Franklin Webber committed Mar 27, 2012
    Copy the full SHA
    e538832 View commit details
    Browse the repository at this point in the history
  4. RootViewController setter creates relationship

    Franklin Webber committed Mar 27, 2012
    Copy the full SHA
    a1385fd View commit details
    Browse the repository at this point in the history
  5. InitWithCoder required initialization

    Franklin Webber committed Mar 27, 2012
    Copy the full SHA
    dea7cf3 View commit details
    Browse the repository at this point in the history
  6. RGB Test View Controllers

    Franklin Webber committed Mar 27, 2012
    Copy the full SHA
    b90d6dd View commit details
    Browse the repository at this point in the history
  7. Minor typos and misspellings

    Franklin Webber committed Mar 27, 2012
    Copy the full SHA
    6946f36 View commit details
    Browse the repository at this point in the history
  8. Pragma Mark Initialization

    Franklin Webber committed Mar 27, 2012
    Copy the full SHA
    e7ca9c6 View commit details
    Browse the repository at this point in the history
  9. Storyboard - Back Button

     Illustratrating a paging back feature on the view controllers
    Franklin Webber committed Mar 27, 2012
    Copy the full SHA
    f385277 View commit details
    Browse the repository at this point in the history
  10. More stack navigation flow

      Instead of continually adding to the end this illustrates adding
      a view controller next to the current view controller.
    Franklin Webber committed Mar 27, 2012
    Copy the full SHA
    6eb0a21 View commit details
    Browse the repository at this point in the history