AURosetteView
AURosetteView copied to clipboard
Touch Recogniser Left Behind
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!
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.