自定义 UIPickerView

发布于 2024-08-30 00:39:47 字数 444 浏览 4 评论 0原文

各位开发人员大家好,我正在尝试添加一个 UIPickerView,它看起来像 Oanda 的货币转换工具中显示的那样,因为我认为它很好而且很整洁。请参考下图。

我已经阅读了一些教程/示例,包括 Apple 的 UICatalog,但它似乎没有向我们展示如何:

  1. 减少显示的行数(Oanda 仅显示 3 行)
  2. 更改边框颜色(Oanda 显示黑色,我已经看到开发人员使用 UIImage 覆盖 UIPickerView 的边缘)
  3. 更改突出显示的行覆盖颜色(Oanda 为浅绿色)
  4. 更改选择器的大小

希望对示例代码有任何帮助。

替代文本 http://topac.cc/img/photo.jpg

Hello fellow developers, I am trying to include a UIPickerView that looks like the one shown within Oanda's Currency Coverter, because I think it's nice and neat. Please refer to image below.

I have read a few tutorials/samples including Apple's UICatalog but it doesn't seem to show us how to:

  1. reduce the number of rows displayed (Oanda showing 3 rows only)
  2. change the border colour (Oanda showing a black, and I have seen developers using an UIImage to cover up the edges of UIPickerView)
  3. change the highlighted row overlay colour (Oanda has light green)
  4. change the size of the picker

Would appreciate any help with sample code.

alt text http://topace.cc/img/photo.jpg

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

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

发布评论

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

评论(1

林空鹿饮溪 2024-09-06 00:39:47

这里有一些关于调整 UIPickerView 大小的讨论,iOS 3 和4.

There is some discussion on the resizing of UIPickerView here, some approaches changed between iOS 3 and 4.

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