如何摆脱 Three20 中的标题栏?
我在 Three20 框架中提出了一个模态视图控制器,但视图不是全屏的,并且总是有一个标题栏。如何摆脱这个标题,让我的视图全屏。
如何摆脱 Three20 TTTableviewController 标题栏? 当我呈现 TTTableviewController 时,它总是显示标题栏,我不知道如何摆脱它?
I present a modal view controller in three20 framework,but the view is not full screen , and always hava a titleBar.how to get rid of this title,let my view is full screen.
How to get rid of Three20 TTTableviewController title bar?
when I present a TTTableviewController ,it always show a titlebar,i don't know how to get rid of it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你也可以调用 :
但它是一个私有的 Three20 函数,所以它会给你一个编译通知。
You can also call :
but it's a private three20 function, so it would give you a compile notice.