如何檢測UIScrollview中的雙擊?檢測雙擊UIScrollView
我想:
-(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{
UITouch *touch = [touches anyObject];
if (touch.tapCount == 2) {
// some operations here
}
}
但這不是檢測UIScrollView中雙擊,有沒有其他的方法來檢測雙擊?
問候
只是在發佈時格式化一點。如果您將代碼複製並粘貼到您的問題中並突出顯示所有內容,然後單擊輸入框上方的011010按鈕,則會正確格式化它。 – 2010-10-11 10:12:46