I\'m trying to switch views after an animation as seen:
[UIView beginAnimations: @\"Fade Out\" context:nil]; [UIView setAnimationDelay:1.0]; [UIView setAnima
If you are new to Xcode or Storyboards than you should take a look at this basic Tutorial:
Beginning Storyboards in iOS 5 Part 1
Beginning Storyboards in iOS 5 Part 2