gpt4 book ai didi

ios - UIImageView 的 UITextField subview 不响应触摸事件

转载 作者:可可西里 更新时间:2023-11-01 06:23:46 26 4
gpt4 key购买 nike

我有一个 UITextField,它在添加为 self.view 的 subview 时响应触摸事件。当我将它添加为 UIImageView 的 subview 时,它不再响应触摸事件。我将其设置为 firstResponder 并且该字段处于事件状态并且仍然需要键盘输入。有什么想法吗?

最佳答案

docs for UIImageView状态:

New image view objects are configured to disregard user events by default. If you want to handle events in a custom subclass of UIImageView, you must explicitly change the value of the userInteractionEnabled property to YES after initializing the object.

尝试设置 imgView.userInteractionEnabled = YES

如果这不起作用,我会尝试在 UIView 中添加 UIImageView 和 UITextField。不管怎样,这种方法看起来更干净。

关于ios - UIImageView 的 UITextField subview 不响应触摸事件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8436451/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com