func imageUID () -> String!
Returns a unique string that identifies the data source item.
func imageRepresentationType () -> String!
Returns the representation type of the image to display.
Availability
Technology
func imageRepresentation() -> Any!
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.
func imageUID () -> String!
func imageRepresentationType () -> String!