项目介绍:
XYDebugViewXYDebugView is debug tool to draw the all view’s frame in device screen and show it by 2d/3d style like reveal did.Use// prepare debug function[XYDebugViewManager sharedInstance].isDebugging = YES;// close debug function[XYDebugViewManager sharedInstance].isDebugging = NO;
normal statedebug 2ddebug 3dInstallationXYDebugView is available through CocoaPods. To install it, simply add the following line to your Podfile:pod "XYDebugView"
AuthorXcodeYang, xcodeyang@gmail.comLicenseXYDebugView is available under the MIT license. See the LICENSE file for more info.