作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
对于这个选择器库 Busta117/SBPickerSelector在 iOS 上,如何为具有 numberOfComponents = 2
的 .text
类型设置默认值?
我目前的显示方式如下:
let picker = SBPickerSelector()
picker.delegate = self
picker.numberOfComponents = 2
picker.pickerType = .text
picker.pickerData = [["3", "4", "5", "6", "7", "8", "9", "10"],
Array(repeating: "", count: 13).enumerated().map{"\($0.0) in"}]
picker.pickerId = "height"
picker.doneButtonTitle = "Done"
picker.cancelButtonTitle = "Cancel"
picker.showPickerOver(self)
最佳答案
picker.pickerView
包含 UIPickerView
,因此您可以:
picker.pickerView.selectRow(<row: Int>, inComponent: Int>, animated: Bool)
关于ios - 如何在 iOS 上设置 SBPickerSelector 的默认值(非日期),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49660523/
对于这个选择器库 Busta117/SBPickerSelector在 iOS 上,如何为具有 numberOfComponents = 2 的 .text 类型设置默认值? 我目前的显示方式如下:
我是一名优秀的程序员,十分优秀!