didSelectRow UIPicker

发布于 2024-09-09 09:34:17 字数 131 浏览 4 评论 0原文

我有一个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

蓝梦月影 2024-09-16 09:34:17

问题解决了....route.text = [list objectAtIndex:row];

Problem solved.... route.text = [list objectAtIndex:row];

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文