我想删除目前的观点,并增加一种新的观点,即从一个观点控制者转向另一个观点,即自动参考数字。
Here s my current code:
- (IBAction)startClicked:(id)sender {
[UIView beginAnimations:nil context:@"flipTransitionToBack"];
[UIView setAnimationDuration:1.2];
[UIView setAnimationTransition:UIViewAnimationTransitionFlipFromRight forView:self.view cache:YES];
[YMobStartViewController removeFromSuperview];
[self.view addSubview: YMainViewController];
[UIView commitAnimations];
iii
我先进口新的视力控制器头盔,这可能是必要的。
在OS4下,我会分配新的刀子并展示,但我不敢肯定会做些什么来摆脱旧的看法,展示新的观点。
Thanks