需要隱藏Page curl Style中的 Splash_View ,然後將它移動到另一個類中。
Default.png
請高手指點一下,謝謝。
最簡單的方法就是在第一個ViewDidLoad中加載同樣的圖片,然後這樣操作
[UIView transitionWithView:self.view duration:0.4
delay:0.0
options:UIViewAnimationOptionTransitionCurlUp
animations:^{
//hide splash here
}
completion:^(BOOL finished){
}];