标签: objective-c ios cocoa-touch
我有一个自定义UIView,我在视图中添加了UITapGestureRecognizer,以便检测视图上的点击(即手指按压和释放)。这很好。
UIView
UITapGestureRecognizer
然而,我现在想要在视图上按下手指时更改UIView的外观(使其更暗)(就像UIButton的行为一样)。
我该怎么做?
答案 0 :(得分:2)
更改-(void) touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event中的外观。
-(void) touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event