Open GoogleCodeExporter opened 9 years ago
How about we file a bug against apple to fix UISwipeGestureRecognizer so that
everyone can benefit -- or is there something different about mobileterminal?
Original comment by allen.po...@gmail.com
on 18 Oct 2010 at 3:52
Yeah... That would be a good idea... We could use this in the meantime...
Original comment by dapetc...@gmail.com
on 18 Oct 2010 at 5:56
Seems bugreport.apple.com is down... Or at least I can't access it
Original comment by dapetc...@gmail.com
on 18 Oct 2010 at 6:01
Fair points about doing something in the meantime. A couple of other comments:
- Maybe the order that the recognizers are added to the view matters (ie, the
one added last gets priority)
- Maybe the behaviors can be tweaked slightly using the
UIGestureRecognizerDelegate protocol -- ie changing the behavior of
gestureRecognizerShouldBegin.
- Was there a particular reason you implemented this as a UIView subclass
instead of as a UIGestureRecognizer subclass? Unless there is a particular
limitation using the gesture recognizer framework may be a better long term
solution.
Original comment by allen.po...@gmail.com
on 2 Jan 2011 at 6:52
Fair points about doing something in the meantime. A couple of other comments:
- Maybe the order that the recognizers are added to the view matters (ie, the
one added last gets priority)
- Maybe the behaviors can be tweaked slightly using the
UIGestureRecognizerDelegate protocol -- ie changing the behavior of
gestureRecognizerShouldBegin.
- Was there a particular reason you implemented this as a UIView subclass
instead of as a UIGestureRecognizer subclass? Unless there is a particular
limitation using the gesture recognizer framework may be a better long term
solution.
Original comment by allen.po...@gmail.com
on 2 Jan 2011 at 6:52
No reason whatsoever... I implemented it as a UIView for commodity reasons, as
I was in a hurry... I agree that using the gesture framework is a better idea...
Original comment by dapetc...@gmail.com
on 2 Jan 2011 at 6:58
Original issue reported on code.google.com by
dapetc...@gmail.com
on 16 Oct 2010 at 12:31Attachments: