Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add share GIF #263

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open

Add share GIF #263

wants to merge 3 commits into from

Conversation

tiagomartinho
Copy link

  • Share GIF with UIActivityViewController
  • Copy GIF with UIMenuController

Tiago Martinho added 2 commits April 25, 2018 08:16
In order to share properly the GIF the activityItems in
UIActivityViewController should be set as NSData, otherwise when sharing
in iMessage for example the GIF comes as a static image.

Found while investigating this bug in the Wikipedia iOS app:
https://phabricator.wikimedia.org/T139519
In order to copy properly the GIF the UIPasteboard needs to receive the
correct pasteboard type kUTTypeGIF, otherwise when sharing
in iMessage for example the GIF comes as a static image.

Found while investigating this bug in the Wikipedia iOS app:
https://phabricator.wikimedia.org/T139519
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant