tapthaker/DebugView

Always show the red lines

Closed this issue · 5 comments

I just add UIView+Debug.h and .m files in my project, but I don' t add #import "UIView+Debug.h" in pch file, when I run my app, the red lines is showing, how to control this?

Yep, just adding the .h and .m files will make everything with red borders in your app, will get a work around for this soon.

I add the source in my project, and I found a problem that lines and arrows will redraw when I switch Viewcontroller......

@l0vekobe0824 : What you are talking about has been resolved in the commit ; f8822af

good job!!! thank you.

@zhw511006 I could achieve what you are asking for but it would need some extra configuration from the developer side. At this point I want to keep the project as simple as possible for configuration. Thus i am closing this issue for now.