Check out How to determine controls sizes iOS applications by JR. Here is an excerpt:
Knowing what the right size of a component in in iOS can be tough sometimes. Yes you can query it at run time, and yes you can use tools like reveal, but sometimes among all the various displays and screens you just want to know how big this status bar is.
One way to do that is like this.
Run…
The full article is available here.