开发者

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 :-)

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜