AURosetteView icon indicating copy to clipboard operation
AURosetteView copied to clipboard

Touch Recogniser Left Behind

Open ghost opened this issue 12 years ago • 1 comments

Im not exactly sure whats going on but iv'e found that when i first launch the app and tap where a leaf would be if AURosetteView was open it fires the action! So what i mean is it fires an action even when the AURosetteItem isn't actually on screen. Is the touch recogniser being left behind?

Anyway, great control! Keep it up!

ghost avatar Jul 01 '12 03:07 ghost

To correct this just add : _tapGestureRecognizer.enabled = NO;

in - (id)initWithItems:(NSArray*)items

cause it's enabled at startup an then enabled/disabled in - (void)setOn:(BOOL)on animated:(BOOL)animated.

LJSDev avatar Jul 07 '12 10:07 LJSDev