gpt4 book ai didi

swift - 带有固定行标题的 Swift 中的 UIPickerView

转载 作者:行者123 更新时间:2023-11-28 09:30:44 24 4
gpt4 key购买 nike

我正在 Swift 中创建一个 UIPicker,我有两个组件,就像在 iPhone 计时器应用程序中看到的那样。

问题是我无法弄清楚如何获得那些固定的标题(在示例中,小时和分钟)我已经将我的固定词添加到我的行数组中,但是它们随着数字滚动,我​​必须事后解析这些数字。有没有办法将行的那些固定标题添加到滚轮的右侧?

我会张贴图片,但我还没有达到 10 分。

最佳答案

您需要使用 UIPickerViewDelegate 方法

func pickerView(pickerView: UIPickerView, titleForRow row: Int, forComponent component: Int) -> String! {
code
}

您可以在这里阅读更多相关信息:

https://developer.apple.com/library/IOS/documentation/UIKit/Reference/UIPickerViewDelegate_Protocol/index.html

关于swift - 带有固定行标题的 Swift 中的 UIPickerView,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26458110/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com