Hello,
Please forgive me for this noob question I have been developing iPhone apps for 10 hours
My problem is I don't get what I see in the interface builder.
I have a root view controller and a table view, details view controller and three arrays.
I created a table view, when I click on an item it opens the detail view and shows the corresponding array item in a lable.
I would like to have a label at the top and a text view below the label. I design the view in the interface builder this way but when I run the code, the text view occupies the whole screen and I don't see the label. When I remove the text view and the related code from my project the label works fine.
Thank you very much for your time.