UITapGestureRecognizer没有响应
thumbTintColor
课程
self.navigationItem.titleView = titleView
titleView.addGestureRecognizer(UITapGestureRecognizer(target: self, action: #selector(showChatController)))
@objc func showChatController(){
let chatLogController = ChatLogController()
navigationController?.pushViewController(chatLogController, animated: true)
}
没有错误没有响应