Skip to content

Releases: mindbody/MBDebugPanel

Release v0.3.0

12 Nov 16:56
bb9362f
Compare
Choose a tag to compare
  • (Feature)|Add support for SwiftPM (#8)

MBDebugPanel v0.2.3

20 Apr 23:02
Compare
Choose a tag to compare

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

03 Feb 19:25
Compare
Choose a tag to compare

We needed the logic change in 9227607 to be accessible to projects consuming this pod using the use_frameworks! option