MBDebugPanel v0.2.3
This release includes
- Support for Carthage, a decentralized dependency manager for Cocoa
Misc
- Exposed two internal methods for public consumption via MBDebugPanel:
/*
Present a view controller from the DebugPanel's parent viewcontroller
*/
+ (void)presentViewController:(UIViewController *)viewControllerToPresent
animated:(BOOL)flag
completion:(void (^)(void))completion;
/*
Expose the ability to set the DebugPanel's modal title
*/
+ (void)setTitle:(NSString*)title;