UIPickerview-从顶部滚动

发布于 2024-12-07 21:02:41 字数 69 浏览 0 评论 0原文

在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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

旧街凉风 2024-12-14 21:02:41

不,到目前为止这是不可能的。
但是当你的 Xib 加载完毕并且你想要填充你的 pickerview 时
然后自动滚动。

[pickerView selectRow:4 inComponent:0 animated:YES];

No, that is impossible until now.
But when your Xib is loaded and you want to ful fill your pickerview
then automatically scroll that.

[pickerView selectRow:4 inComponent:0 animated:YES];
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文