DTLazyImageViewDelegate Protocol Reference
Conforms to | NSObject |
Declared in | DTLazyImageView.h |
Overview
Protocol for delegates of DTLazyImageView to inform them about the downloaded image dimensions.
Instance Methods
lazyImageView:didChangeImageSize:
Method that informs the delegate about the image size so that it can re-layout text.
- (void)lazyImageView:(DTLazyImageView *)lazyImageView didChangeImageSize:(CGSize)size
Parameters
- lazyImageView
The image view
- size
The image size that is now known
Declared In
DTLazyImageView.h