How to take NavigationBar's height into consideration when adjust text field views?
- by David.Chu.ca
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?