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:
Try this
p (CGRect)[view frame]
Alternative to get the frame of the view:
po view