来自UIControl的TouchDown从未被调用过

时间:2018-06-07 03:38:00

标签: ios swift xcode

我已将视图更改为UIControl以添加TouchDown识别器(这样我可以在我的UITextView中解除isEditing)。我还为我班上的一个功能添加了一个插座。我所有的其他渠道都有效,但当我触地时,这种情况永远不会被召唤。可能是因为我的控件有很多东西分层吗?还有其他想法吗?

enter image description here enter image description here

@IBAction func userTappedBackground(_ sender: Any) {
    bioTextView.endEditing(true)
}

0 个答案:

没有答案