更改 UINavigationController 导航栏的动画
现在当我使用 [self.navigationController setNavigationBarHidden:NOanimated:YES]; 时
导航栏从右到左飞入,有没有办法从上到下下拉?
Right now when I use [self.navigationController setNavigationBarHidden:NO animated:YES];
The navigation bar flies in from right to left, is there a way to drop it down top to bottom?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试一下:
对我来说效果很好。
来源:http://www.iphonedevsdk .com/forum/iphone-sdk-development/25045-navigation-controller-custom-animation.html
Give this a go:
Worked great for me.
Source: http://www.iphonedevsdk.com/forum/iphone-sdk-development/25045-navigation-controller-custom-animation.html