UITapGestureRecognizer没有响应

时间:2019-09-13 09:07:38

标签: uitapgesturerecognizer

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)
}

没有错误没有响应

0 个答案:

没有答案