07 2023 档案
摘要:通过手势代理方法判断处理,代码如下 let tap = UITapGestureRecognizer(target: self, action: #selector(tapAction)) tap.delegate = self view.addGestureRecognizer(tap) func
阅读全文
摘要:在其中一个Target的Preprocessor Macros中添加字段RVCTAG后,代码判断发现不生效 代码逻辑如下 #if RVCTAG return true #else return false #endif 还需要在Build Setting > Swift compiler - Cus
阅读全文