Releases: mindbody/MBDebugPanel
Releases · mindbody/MBDebugPanel
Release v0.3.0
- (Feature)|Add support for SwiftPM (#8)
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;
Allow pod to be used as a framework
We needed the logic change in 9227607 to be accessible to projects consuming this pod using the use_frameworks!
option