Snowcrash
Snowcrash

Reputation: 86057

UIView debugging

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 people suggest?

Upvotes: 0

Views: 434

Answers (1)

palaniraja
palaniraja

Reputation: 10492

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

Upvotes: 2

Related Questions