I\'m trying to switch views after an animation as seen:
[UIView beginAnimations: @\"Fade Out\" context:nil]; [UIView setAnimationDelay:1.0]; [UIView setAnima
Are you declaring the view as a property?
The syntax should be something like this:
@property (nonatomic, weak) IBOutlet UIView *main;