Inherits from UIImageView
Declared in Bit6ThumbnailImageView.h

Overview

Special subclass of UIImageView to work with the message attachment thumbnails. It includes a convenient UIMenuController if the Bit6MenuControllerDelegate is implemented.

Properties

menuControllerDelegate

the delegate to be notified when an option in the default UIMenuController in the Bit6ThumbnailImageView is touched.

@property (nonatomic, weak) id<Bit6MenuControllerDelegate> menuControllerDelegate

Declared In

Bit6ThumbnailImageView.h

message

Message with an attachment to be displayed

@property (nullable, nonatomic, copy) Bit6Message *message

Declared In

Bit6ThumbnailImageView.h

thumbnailImageViewDelegate

The Bit6ThumbnailImageView delegate

@property (nonatomic, weak) id<Bit6ThumbnailImageViewDelegate> thumbnailImageViewDelegate

Declared In

Bit6ThumbnailImageView.h

useLoadingImage

By default a template image from Bit6Resources.bundle is shown while the thumbnail is being downloaded. You can override this behaviour by setting this property to NO.

@property (nonatomic) BOOL useLoadingImage

Declared In

Bit6ThumbnailImageView.h