- imageUID
Returns a unique string that identifies the data source item.
- imageRepresentationType
Returns the representation type of the image to display.
Availability
Technology
- (id)imageRepresentation;
The image to display; can return nil
if the item has no image to display.
Your data source must implement this method. This method is called frequently, so the receiver should cache the returned instance.
- imageUID
- imageRepresentationType