UITabBar定制
这看起来像是一个遥远的事情,但有谁知道一种方法:
- 将 UITabBar 放置在屏幕的顶部
- 更改它的高度
欢迎您建议私有 API 方法
This looks like a long shot, but does anyone know of a way to:
- Position a UITabBar on the top part of the screen
- Change it's height
You are welcome to suggest private API methods
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您不需要私有 API,只需在您的 applicationDidFinishLaunching 方法中尝试此操作。
you don't need private API, just try this in your applicationDidFinishLaunching method.
我刚刚编写了一个类别来更改选项卡栏的高度,
您可以查看 UITabBar 高度iOS 5
希望它能帮助你:)
I just wrote a category to change the tabbar's height
you can check this out UITabBar height in iOS 5
hope it will help you :)