let tapStepGestureRecognizer = UITapGestureRecognizer(target: self, action: Selector("enterStepDetail"))
stepLogo.addGestureRecognizer(tapStepGestureRecognizer)
func enterStepDetail(){
print("step detail ok")
}
//我现在的代码,但是下面的方法不执行。
相关分类