Skip to content

MBDebugPanel v0.2.3

Compare
Choose a tag to compare
@brettwellmanmbo brettwellmanmbo released this 20 Apr 23:02
· 3 commits to master since this release

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;