Ich habe versucht:
Code: Select all
canCancelContentTouches = YES;
Code: Select all
- (BOOL)canPerformAction:(SEL)action withSender:(id)sender
Code: Select all
- (BOOL)touchesShouldCancelInContentView:(UIView *)view;
Code: Select all
- (BOOL)touchesShouldBegin:(NSSet *)touches
withEvent:(UIEvent *)event
inContentView:(UIView *)view;
Was habe ich übersehen?