let tapStepGestureRecognizer = UITapGestureRecognizer(target: self, action: Selector("enterStepDetail"))stepLogo.addGestureRecognizer(tapStepGestureRecognizer) func enterStepDetail(){ print("step detail ok") }//我現在的代碼,但是下面的方法不執行。
- 2 回答
- 0 關注
- 1598 瀏覽
添加回答
舉報
0/150
提交
取消