How to take NavigationBar's height into consideration when adjust text field views?
Posted
by David.Chu.ca
on Stack Overflow
See other posts from Stack Overflow
or by David.Chu.ca
Published on 2010-05-30T22:53:35Z
Indexed on
2010/05/30
23:02 UTC
Read the original article
Hit count: 189
iphone
I have a view with UINavigationBar on top. The view contains several text fields. Based on a tip to adjust UITextFieldView's position to the top of the view, I did some adjustment. However, my view has a navigation bar on top. How can I take the navigation bar's height into consideration to adjust my text view's position?
© Stack Overflow or respective owner