didSelectRow UIPicker
我有一个 UIPicker(当我单击文本框控件时它会加载为 UIview),我希望当我滚动文本框时用 UIPicker 的值填充文本框。这可能吗,我认为代码应该放在 didSelectRow 中,但不太确定该怎么做。
问候, 斯蒂芬
I have a UIPicker (which loads as UIview when I click on a textbox control) I want the textbox to be populated with the values of the UIPicker as I scroll through them. Is this possible, I think the code should be placed in didSelectRow, but not quite sure how to do it.
Regards,
Stephen
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
问题解决了....route.text = [list objectAtIndex:row];
Problem solved.... route.text = [list objectAtIndex:row];