Bit6ThumbnailImageViewDelegate Protocol Reference
Conforms to | NSObject |
Declared in | Bit6ThumbnailImageView.h |
Overview
The Bit6ThumbnailImageViewDelegate protocol defines methods that your delegate object must implement to interact with a Bit6ThumbnailImageView object. The methods of this protocol notify your delegate when the imageView has been tapped by the user.
Instance Methods
touchedThumbnailImageView:
Tell the delegate that the imageView has been tapped by the user.
- (void)touchedThumbnailImageView:(nonnull Bit6ThumbnailImageView *)thumbnailImageView
Parameters
- thumbnailImageView
The Bit6ThumbnailImageView object tapped by the user.
Declared In
Bit6ThumbnailImageView.h