Skip to content

XYDebugView is debug tool to draw the all view's frame in device screen and show it by 2d/3d style like reveal did.

License

Notifications You must be signed in to change notification settings

ZhipingYang/XYDebugView

Repository files navigation

XYDebugView

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

debug_image

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.

About

XYDebugView is debug tool to draw the all view's frame in device screen and show it by 2d/3d style like reveal did.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published