LuxChat  2.0
Instant messenger for iOS
Instance Methods | List of all members
<JTSImageViewControllerInteractionsDelegate> Protocol Reference

#import <JTSImageViewController.h>

Inheritance diagram for <JTSImageViewControllerInteractionsDelegate>:

Instance Methods

(void) - imageViewerDidLongPress:atRect:
 
(BOOL) - imageViewerShouldTemporarilyIgnoreTouches:
 
(BOOL) - imageViewerAllowCopyToPasteboard:
 

Detailed Description


Interactions Delegate

Method Documentation

- (BOOL) imageViewerAllowCopyToPasteboard: (JTSImageViewController *)  imageViewer
optional

Called when the image viewer is deciding whether to display the Menu Controller, to allow the user to copy the image to the general pasteboard.

- (void) imageViewerDidLongPress: (JTSImageViewController *)  imageViewer
atRect: (CGRect)  rect 
optional

Called when the image viewer detects a long press.

- (BOOL) imageViewerShouldTemporarilyIgnoreTouches: (JTSImageViewController *)  imageViewer
optional

Called when the image viewer is deciding whether to respond to user interactions.

You may need to return NO if you are presenting custom, temporary UI on top of the image viewer. This method is called more than once. Returning NO does not "lock" the image viewer.


The documentation for this protocol was generated from the following file: