开发者

add photo, custom uitableview

开发者 https://www.devze.com 2023-01-20 18:22 出处:网络
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....T

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

精彩评论

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