i new ios development , need make change ios app i'm taking on add video tweet. current app ui allows user type in text tweet changing allow them pick video upload along tweet similar how twitter app works.
i see twitter api supports uploading video haven't been able find examples on how accomplish using xcode , objective-c. recommended approaches or tool kits can leverage accomplish this?
i had roll own solution. check out project https://github.com/mtrung/twittervideoupload.
- light-weight due using built-in apple's social framework keep things light. no need add frameworks such twitterkit , fabric.
- support chunk upload.
- built-in support user's credential retrieval
Comments
Post a Comment