I would like to create a view like contacts info in new ios4.
I’ve been looking for a document, source code(this is better) or something else but I wasn’t lucky.
Please if somebody can help me I will be very very happy, I need to show a picture, some fields like textbox and description field.
Thanks in advance
I would like to create a view like contacts info in new ios4. I’ve
Share
Use
tableView:viewForHeaderInSection:for your first table section, and point it to aUIViewyou’ve designed in IB. Take a look at this tutorial.