避免UITextView妨碍collectionViewCell被点击
创始人
2024-12-16 20:30:19
0

要避免UITextView妨碍UICollectionViewCell被点击,可以尝试以下解决方法。

  1. 利用UITapGestureRecognizer手势识别器,在UITextView之外的区域点击时,隐藏UITextView。
// 创建一个UITapGestureRecognizer手势识别器
let tapGesture = UITapGestureRecognizer(target: self, action: #selector(hideTextView(_:)))
// 设置手势识别器的代理为当前视图控制器
tapGesture.delegate = self
// 将手势识别器添加到UICollectionView
collectionView.addGestureRecognizer(tapGesture)

// 实现手势识别器的回调方法
@objc func hideTextView(_ gesture: UITapGestureRecognizer) {
    let location = gesture.location(in: collectionView)
    if let indexPath = collectionView.indexPathForItem(at: location), let cell = collectionView.cellForItem(at: indexPath) as? YourCollectionViewCell {
        // 在这里执行cell的点击处理逻辑
    } else {
        // 隐藏UITextView
        yourTextView.isHidden = true
    }
}

// 实现手势识别器的代理方法,让手势识别器与UITextView共存
func gestureRecognizer(_ gestureRecognizer: UIGestureRecognizer, shouldRecognizeSimultaneouslyWith otherGestureRecognizer: UIGestureRecognizer) -> Bool {
    return true
}
  1. 使用touchesBegan和touchesEnded方法,在UITextView之外的区域点击时,隐藏UITextView。
override func touchesBegan(_ touches: Set, with event: UIEvent?) {
    super.touchesBegan(touches, with: event)
    
    if let touch = touches.first {
        let location = touch.location(in: self.view)
        if !yourTextView.frame.contains(location) {
            yourTextView.isHidden = true
        }
    }
}

override func touchesEnded(_ touches: Set, with event: UIEvent?) {
    super.touchesEnded(touches, with: event)
    
    if let touch = touches.first {
        let location = touch.location(in: self.view)
        if let indexPath = collectionView.indexPathForItem(at: location), let cell = collectionView.cellForItem(at: indexPath) as? YourCollectionViewCell {
            // 在这里执行cell的点击处理逻辑
        }
    }
}

以上是两种常见的解决方法,你可以根据自己的需求选择其中一种实现在你的项目中。

相关内容

热门资讯

揭露透视!pokemmo内置修... 揭露透视!pokemmo内置修改器,微乐麻将自建房app,妙计教程(有挂实锤)-哔哩哔哩暗藏猫腻,小...
揭露透视!wepoker有辅助... 揭露透视!wepoker有辅助吗,微乐山西威信小程序,攻略教程(有挂规律)-哔哩哔哩1.wepoke...
开挂透视!aapoker能控制... 开挂透视!aapoker能控制牌吗,微乐自建房免费黑科技推荐,绝活儿教程(有挂分析)-哔哩哔哩1、a...
了解透视!pokemmo修改器... 您好,pokemmo修改器手机版这款游戏可以开挂的,确实是有挂的,需要了解加去威信【13670430...
分享透视!约局吧德州真的存在透... 分享透视!约局吧德州真的存在透视吗,微乐麻将脚本掌上程序,指引教程(有挂秘籍)-哔哩哔哩1、下载好约...
推荐透视!德普之星透视辅助,小... 推荐透视!德普之星透视辅助,小程序微乐陕西挖坑辅助器,练习教程(有挂辅助)-哔哩哔哩1、德普之星透视...
有挂透视!wepoker作弊方... 有挂透视!wepoker作弊方法,微乐麻将脚本掌上程序,教材教程(有挂讲解)-哔哩哔哩运wepoke...
总结透视!约局吧app有挂吗,... 总结透视!约局吧app有挂吗,微乐小程序辅助脚本平台,举措教程(有挂方式)-哔哩哔哩1、很好的工具软...
总结透视!wepoker有没有... 总结透视!wepoker有没有挂,微乐云南小程序辅助器,方式教程(有挂存在)-哔哩哔哩1、wepok...
科普透视!hhpoker的辅助... 科普透视!hhpoker的辅助是真的吗,微乐自建房辅助可信吗,大纲教程(有挂头条)-哔哩哔哩1、操作...