是否可以用动画隐藏 UIToolbar?
我知道此代码仅适用于 UINavigationController。
[self.navigationController setNavigationBarHidden:YES animated:YES];
I know this code is available to UINavigationController
only.
[self.navigationController setNavigationBarHidden:YES animated:YES];
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用块的示例。这将隐藏 iPad 屏幕顶部的工具栏。
An example using blocks. This will hide a toolbar at the top of an iPad screen.
这是代码:
您可以修改工具栏'y'原点。
Here is the Code:
you can modify the toolBar 'y' origin.