iPhone - uitabbar 的大小
有人可以告诉我 iPhone 编程中 UITabBarConroller 中标签栏的确切大小是多少吗?
Can some body tell me what is the exact size of tab bar in UITabBarConroller on iPhone programming?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
界面构建器称其尺寸为 320x49,其中 49 为高度。
但是,您不应该依赖硬编码的尺寸,这就是视图具有框架和边界属性的原因,因此您可以找出尺寸和定位等。
Interface builder says its size is 320x49, with 49 being the height.
However, you shouldn't be relying on hard coded sizes, that's why views have the frame and bounds properties, so you can find out size and positioning ,etc.