BugshotKit icon indicating copy to clipboard operation
BugshotKit copied to clipboard

Double tap not working

Open OmerObaid opened this issue 10 years ago • 0 comments

Hello

Well i included Bugshot in my delegate and added following line in my didFinishLaunching function " #if defined(DEBUG) || defined(ADHOC) [BugshotKit enableWithNumberOfTouches:1 performingGestures:BSKInvocationGestureDoubleTap feedbackEmailAddress:@"[email protected]"]; #endif " But when i double tap in map nothing happening there. I added breakpoint right before "#if defined (DEBUG) ..." and its not coming in "if". Can you help why?

OmerObaid avatar Jul 08 '14 11:07 OmerObaid