自定义 UIPickerView 背景

发布于 2024-09-13 10:09:36 字数 249 浏览 4 评论 0原文

所以我想更改 UIPickerView 背景以在滚动条的白色部分旁边添加一个黑色矩形,就像 Convert 应用程序一样。 alt text

但是我不知道如何去做。我知道没有直接的方法可以做到这一点,但我也尝试过使用 UIScrollView 从头开始​​编写自己的 UIPickerView。这看起来不太有希望。

您有什么建议或提示吗?真的很感激。

So I want to change the UIPickerView background to add a black rectangle next to the white part of the scroller, a la the Convert app.
alt text

However I'm not sure how to go about doing that. I know there's no direct way to do it, but I've also looked at trying to write my own UIPickerView from scratch using UIScrollView. This didn't seem very promising.

Do you have any suggestions or tips? Really appreciate it.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

捂风挽笑 2024-09-20 10:09:36

只需创建一个包含上面图形的左侧部分的 UIImageView 即可。将该 UIImageView 添加到包含 UIPickerView 的同一视图中 - 这样它将绘制在 UIPickerView 之上。

Just create a UIImageView that contains the left portion of your graphic above. Add that UIImageView to the same view that contains your UIPickerView-- so it will draw on top of your UIPickerView.

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