Allow sharing gifv attachments from gallery #98
Labels
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: shadowfacts/Tusker#98
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This is kind of implemented, but it still needs work. The issue is that the top controls/image description stuff is tangled up with the plain image stuff in the LargeImageViewController. Really, the actual content for LIVC should be a separate child view controller which would allow having an AttachmentViewController that's applicable to images and gifvs which contains the controls and image description. But that's a larger refactor than I feel like dealing with right now...
Display gifv attachmentsto Allow sharing gifv attachments from galleryThis is even more mostly implemented, but sharing gifvs is disabled because there's nothing to share (remote URL and AVAsset don't work).