CocoaPods trunk is moving to be read-only. Read more on the blog, there are 8 months to go.

XYDebugView 2.0.0

XYDebugView 2.0.0

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Apr 2026

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.