UIPickerview-从顶部滚动
在IOS中,如何让UIPickerview直接从顶部开始滚动? (或者换句话说,是否可以去除顶部和底部的空白区域?) 谢谢。
In IOS, how is it possible to make UIPickerview start scrolling directly from the top?
(or to put it differently, is it possible to remove the blank white areas from the top and bottom?)
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,到目前为止这是不可能的。
但是当你的 Xib 加载完毕并且你想要填充你的 pickerview 时
然后自动滚动。
No, that is impossible until now.
But when your Xib is loaded and you want to ful fill your pickerview
then automatically scroll that.