pod ‘BugClipper’
pod install
#import <BugClipper/BugClipper.h>
[BCManager setInvokerMode:InvokerDeveloperMode];
[BCManager launchWithKey:”YOUR_API_KEY”];
For adding BugClipper to your settings menu
[BCManager setInvokerMode:InvokerProductionMode];(Call this method when you want to show the BugClipper Menu. It will be shown as ActionSheet)
[BCManager showBugClipperMenu];
-(void)setWillInitiateBugReportingBlock:(void(^)(void))initiateHandler;
-(void)setDidFinishBugReportingBlock:(void(^)(void))finishHandler;
© 2015 BugClipper | Nurtured at #TiEBootcamp