How do I connect a IBOutlet to a UIView?

前端 未结 4 1219
无人及你
无人及你 2020-12-17 03:16

I\'m trying to switch views after an animation as seen:

[UIView beginAnimations: @\"Fade Out\" context:nil];
[UIView setAnimationDelay:1.0];
[UIView setAnima         


        
4条回答
  •  天命终不由人
    2020-12-17 03:45

    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

提交回复
热议问题