According to the UIActivity Class documentation it is possible to add AVAsset objects as a datasource to UIActivityTypePostToFacebook activity. Does it mean that we can post videos using the standard UIActivityTypePostToFacebook activity type? If not then what kind of items can I post using AVAsset activity item?
According to the UIActivity Class documentation it is possible to add AVAsset objects as
Share
Well.. According to UIActivity.h
videos are mentioned only in comments for
UIActivityTypeSaveToCameraRoll. This means that the only images can be added as AVAsset instances using these standard activity types.