add photo, custom uitableview
How to design a tableview similar to contact application in iphone......... and also how to imp开发者_运维百科lement add photo image from local photo library which is there in contact application....
The Contact App uses an indexed tableView.
Images from the local photo library can be accessed by an UIImagePickerController (I present him in a modalViewController). The standard source property is your local Photo library UIImagePickerControllerSourceTypePhotoLibrary. So it's exactly what you need :-)
精彩评论