处理 UIPickerView 行的点击

发布于 2024-11-06 12:43:58 字数 240 浏览 0 评论 0原文

我使用常规方法处理对 UIPickerView 行的点击,

- (void)pickerView:(UIPickerView *)pickerView didSelectRow:(NSInteger)row inComponent:(NSInteger)component 

但它仅适用于非当前行。我的问题是我还需要点击已选择的(当前)行。 didSelectRow 有什么想法或解决方法吗?谢谢。

I handle clicks to UIPickerView rows with a regular method

- (void)pickerView:(UIPickerView *)pickerView didSelectRow:(NSInteger)row inComponent:(NSInteger)component 

but it works only for non-current rows. My problem is that I need to get taps on the already selected (current) row also. Any ideas or workarounds for didSelectRow? Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

故事灯 2024-11-13 12:43:58

您可以在每一行上放置一个透明按钮,并像处理任何其他按钮一样处理来自该按钮的触摸。

You could put a clear button over each row and handle touches from it like any other button.

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