UIPickerView没有IB?
我已经设置了我的pickerview并且一切正常,但是现在我有一个大的pickerview在Interface Builder中占用了很多空间。在 Interface Builder 中工作时不得不移动它很烦人。如何在不使用 IB 的情况下设置 pickerview 及其位置?
I have my pickerview set up and everything works fine, but right now I have that big pickerview taking up a lot of space in Interface Builder. It's annoying having to move it around when working in Interface Builder. How do I set the pickerview and it's location without using IB?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
试试这个:
上面的代码适用于 UIDatePicker,您也可以类似地为其他类型的 uipickers 实现它。
Try this:
The above code is for UIDatePicker, you may similarly implement it for other types of uipickers as well.