CocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 months to go.
| TestsTested | ✗ | 
| LangLanguage | Obj-CObjective C | 
| License | MIT | 
| ReleasedLast Release | Dec 2017 | 
Maintained by XcodeYang.
XYDebugView is debug tool to draw the all view's frame in device screen and show it by 2d/3d style like reveal did.
// prepare debug function
[XYDebugViewManager sharedInstance].isDebugging = YES;
// close debug function
[XYDebugViewManager sharedInstance].isDebugging = NO;normal state
debug 2d
debug 3d
XYDebugView is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "XYDebugView"XcodeYang, [email protected]
XYDebugView is available under the MIT license. See the LICENSE file for more info.