UIDate Picker 不能改变宽度吗?
在我的应用程序中。
我正在使用 XCode 4.2。
和ios 4.3 BASE SDK。
我有 UIDatePicker。
它的模式是时间。
因此,我正在从界面生成器更改其宽度。
在界面生成器中,它看起来是理想的,但在模拟器中,它看起来像扩展的边框和全尺寸。
编辑:虽然事情是一样的,但我也在改变框架而不改变高度。任何人有一些解决方案请建议我。
屏幕。 1) 界面构建器
2)模拟器
In my App.
I am using XCode 4.2.
And ios 4.3 BAse SDK.
I have UIDatePicker.
It's mode is Time.
So, I am changing its width from interfce builder.
In interface builder it look's desired,but in Simulator it's looks like spreaded border and kind of full size.
EDIT : Also I am changing the frame without changing the height though things are same. Anybody have some solution please suggest me.
Screens.
1) Interface builder
2)Simulator
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要更改 x & 的值y 在尺寸检查器中,您还需要在界面生成器的尺寸检查器中指定日期选择器的宽度。
希望这能帮助你。
You need to change values of x & y in the size inspector, also u need to specify the width of the date picker in the size inspector in the interface builder.
Hope this will help u out.