Search code examples
objective-cphotos

How do I access photos from my iphone app?


Is there a way to easily access photos from your own iphone app using objective-c? Any tutorials would be appreciated.


Solution

  • Yes, but you should read how to use UIImagePicker controller in iPhone SDK.