This repository has been archived by the owner on Aug 14, 2019. It is now read-only.
This repository has been archived by the owner on Aug 14, 2019. It is now read-only.
Closed
Description
Currently, the library ignores the copy
action for media cells.
Media items and data to copy to clipboard:
-
JSQPhotoMediaItem
— copy the photo (done in Implement #693, fixed some suggestions from #883 (v2) #1447) -
JSQLocationMediaItem
—copy the location coordinates? copy the address (requires reverse-geocoding)?copy map link (done in Implement #693, fixed some suggestions from #883 (v2) #1447) -
JSQVideoMediaItem
—copy the URL?copy the video
Any feedback is welcome here!
Remaining TODOs:
- See progress from PR Implement #693, fixed some suggestions from #883 (v2) #1447
- Once
JSQVideoMediaItem
is implemented, let's make all protocol methods non-optional