I’m new to iOS development so I’m confused. I have a ViewController, in this ViewController there are many UIButtons. How I can open the picker and add the image to the tweet using addImage?
PS: I’m using Storyboard.
Thanks and sorry for my english… 🙂
when the button is pressed, you want to do something like:
you need to implement the delegate methods. the main one is:
for more information, see the docs:
http://developer.apple.com/library/ios/#documentation/AudioVideo/Conceptual/CameraAndPhotoLib_TopicsForIOS/Articles/PickinganItemfromthePhotoLibrary.html#//apple_ref/doc/uid/TP40010408-SW1