I'm debugging my code and trying to figure out the size of the view using this:
p view.frame.size.height
but I'm getting this error:
error: property 'frame' not found on object of type 'UIView *' error: 1 errors parsing expression
any of you knows why or how can I debug the size of my view?