UIPickerView 的 selectRow:inComponent:animated: 是否调用 pickerView:didSelectRow:inComponent: ?
UIPickerView的selectRow:inComponent:animated:
是否调用pickerView:didSelectRow:inComponent:
? 不然我自己调用可以吗?
谢谢
Does UIPickerView's selectRow:inComponent:animated:
call pickerView:didSelectRow:inComponent:
?
Otherwise, can I just call it myself?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您必须手动调用它,并通过委托来完成。
You do have to call it manually and you do it though the delegate.
尽管可以手动调用它,但它不会。
It does not, although it is possible to call it manually.
它也不会使用 swift 调用委托方法,但您也可以手动执行。针对 swift 3 和 swift 4 的决定:
It does not call delegate method with swift too, but you can do it manually also. Decision for swift 3 and swift 4: