doc
 All Classes Functions Variables Properties
Public Member Functions
<EMThumbnailViewDelegate> Protocol Reference

Inherited by EMThumbnailViewController.

List of all members.

Public Member Functions

(UIView< EMThumbnailCell > *) - thumbnailView:cellForRow:column:
(void) - thumbnailView:didSelectCellAtRow:column:
(NSInteger) - numberOfColumnsInThumbnailView:
(NSInteger) - paddingForThumbnailView:
(CGFloat) - heightForCellInThumbnailView:
(CGFloat) - heightForHeaderInThumbnailView:
(UIView *) - viewForHeaderInThumbnailView:
(CGFloat) - heightForFooterInThumbnailView:
(UIView *) - viewForFooterInThumbnailView:
(UIView *) - loadingViewForThumbnailView:

Member Function Documentation

- (CGFloat) heightForCellInThumbnailView: (EMThumbnailView *)  thumbnailView [optional]

If not specified and fitToPage is set to YES on the EMThumbnailView, the height will be calculated automatically. If not specified and fitToPage is set to NO on the EMThumbnailView, the height will be set to the width of the cell.

- (CGFloat) heightForFooterInThumbnailView: (EMThumbnailView *)  thumbnailView [optional]

Defaults to 0 px

- (CGFloat) heightForHeaderInThumbnailView: (EMThumbnailView *)  thumbnailView [optional]

Defaults to 0 px

- (UIView *) loadingViewForThumbnailView: (EMThumbnailView *)  thumbnailView [optional]

If not specified, no loading view will be added. The loadingView will be added between the header view and the footer view.

- (NSInteger) numberOfColumnsInThumbnailView: (EMThumbnailView *)  thumbnailView [optional]

Defaults to 4 columns

- (NSInteger) paddingForThumbnailView: (EMThumbnailView *)  thumbnailView [optional]

Defaults to 5 px


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