开发者

UIView debugging

开发者 https://www.devze.com 2023-03-17 17:53 出处:网络
What would people recommend to assist with UIView debugging? Ideally, I\'d like something along the lines of Firebug on Firefox - i.e. with visual information such as the width and height of your UIV

What would people recommend to assist with UIView debugging?

Ideally, I'd like something along the lines of Firebug on Firefox - i.e. with visual information such as the width and height of your UIViews. However, the best solution so far seems to be this article posted in Dec 2008:

http://ramin.firoozye.com/2008/12/11/easy-uiview-debugging-on-the-iphone/

Is there a better solution - what else would p开发者_运维问答eople suggest?


I find the randomcolor message handy in addition to NSStringfromCGRect(). Ref: http://www.cocoanetics.com/2011/05/visual-view-debugging/

Also read the comments of the post. Find excellent DCIntrospect - https://github.com/domesticcatsoftware/DCIntrospect

0

精彩评论

暂无评论...
验证码 换一张
取 消