Is it possible to add gesture recogniser to UIDocumentInteractionController
? Right now I am not able to add anything on UIDocumentInteractionController
preview. Please help how to add gesture recogniser or even a button on top of UIDocumentInteraction
controller?
Asked
Active
Viewed 701 times
1
-
1u can't add gesture in UIDocumentInteractionController – nitin kachhadiya Dec 16 '13 at 05:55
-
@nitinkachhadiya Can you please suggest me any other alternative because i have opened keynotes, numbers, pages file's in UIDocumentInteractionController & required to add gesture on UIDocumentInteractionController? – nitish Dec 16 '13 at 05:58
1 Answers
3
See the apple documentation for UIDocumentInteractionController here
They are also providing an example for add gesture recognizers to UIDocumentInteractionController.. See the link here..

Nithin Michael
- 2,166
- 11
- 32
- 56
-
1I believe, in that example, the gesture recognizer is added to the cell's image view, rather than the UIDocumentInteractionController's view, as per the question. I am confused how is this answer is accepted. Am I missing something? – Ali Oct 21 '16 at 09:54