如何在 UINavigationController 和 UITabBarController 内翻转视图(使用 UIModalTransitionStyleFlipHorizontal)
按下 UIBarButtonItem 时,当我按下按钮全部屏幕时,我想制作一个要翻转的视图(使用 UIModalTransitionStyleFlipHorizontal)
我有一个带有 UITabBarController 和 UINavigationController 的应用程序,当我像现在一样 翻转,但我想要的是只翻转“内容”而不是 navigationController 和 tabBarController,因为在翻转视图中它们消失了!
我该怎么办?
非常感谢!
I've an App with UITabBarController and UINavigationController, I would like to make a View to flip (with UIModalTransitionStyleFlipHorizontal) when I push an UIBarButtonItem
as I'm doing now, when I push the button all the screen flips, but what I want is to flip just the "content" and not the navigationController and the tabBarController, cause in the flipped view they disappear!!
How should I do?
thank you very much!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好的!我成功了!
我按照这个例子: http://developer.apple .com/library/ios/#samplecode/TheElements/Introduction/Intro.html
ok! I've made it!
I've followed this example: http://developer.apple.com/library/ios/#samplecode/TheElements/Introduction/Intro.html