Commit 8740130c authored by pete谢兆麟's avatar pete谢兆麟

及时响应YHOtherPickerView的值

parent 657b219f
......@@ -212,6 +212,8 @@ class YHOtherPickerView: UIView {
}
@objc func didClickConfirmButton() {
let index = pickerView.selectedRow(inComponent: 0)
userSelectedItem = arrData[index]
if let item = userSelectedItem {
selectBlock?(item)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment