Hi guys what's up. This is a simple tutorial so it doesn't have any downloadable project.
Today I'd like to share with you how to upload an image (like JPEG or GIF animation) to Twitter from the iOS app.
For a normal JPEG and status upload, you can use SLComposeViewController but you will face problem if you want to upload GIF animation or video file. That is because SLComposeViewController only has "addImage" method that takes up a UIImage object.