This is a category of UIViewController helps toggle visibility of UIDebuggingInformationOverlay.
UIDebuggingInformationOverlay is a private subclass of UIWindow as explained by Ryan Peterson's blog post here.
If you wish to use an Objective-C category you can find one here
Note of caution: This code although minimal hasnt been extensively tested. So please use it at your own risk