iphone - 我如何显示 UIViewAnimationOptionTransitionCurl (MapCurl)?
<p><p>我如何像这样显示 ModalTransitionStyle?</p>
<p> <img src="/image/sAZCA.jpg" alt="enter image description here"/> </p>
<p>我想像我提到的那样展示 Corner 本身。</p>
<p>如果我触摸角落,想打开下一个 View ......</p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><pre><code>-(void)goToPage{
//do stuff...
// start the animated transition
;
;
;
//insert your new subview
//;
// commit the transition animation
;
}
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
return (interfaceOrientation == UIInterfaceOrientationLandscapeRight);
}
</code></pre></p>
<p style="font-size: 20px;">关于iphone - 我如何显示 UIViewAnimationOptionTransitionCurl (MapCurl)?,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/12793517/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/12793517/
</a>
</p>
页:
[1]