I have a requirement to make a screen same as iphone address book contacts detail view. in which we can display contact image, related contact no.s, addresses, urls, etc.
In which i have to show some custom properties in it related to my app.
so I take image control, a couple of labels for and a uitableview to display some contacts.
but the problem is that when i scroll the screen, it only scrolls the uitableview, not the whole screen as we see in iphone.
I am new to iphone development so if somebody give me some code example by which i achieve the functionality would be more helpful for me
thanks