自定义UIView中的UIControlEventTouchUpInside

时间:2013-11-11 21:25:56

标签: ios uiview uitouch

以下函数适用于一组UIViews。而不是在完成触摸时改变颜色,我希望它只在用户触摸视图内部时才改变颜色。因此,用户仍然可以将他们的手指拖到视图之外,因此该方法不会触发。

- (void)touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event {
    self.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageNamed:@"o_tile.png"]];
}

0 个答案:

没有答案