XYDebugView 1.0.1

XYDebugView 1.0.1

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2017

Maintained by XcodeYang.



  • By
  • ZhipingYang

XYDebugView 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 state

normal_image

debug 2d

debug_image

debug 3d

untitled

Installation

XYDebugView is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "XYDebugView"

Author

XcodeYang, [email protected]

License

XYDebugView is available under the MIT license. See the LICENSE file for more info.