func imageUID () -> String!
Returns a unique string that identifies the data source item.
func imageRepresentation () -> Any!
Returns the image to display.
Availability
Technology
func imageRepresentationType() -> String
!
A string that specifies the image representation type. The string can be any of the constants defined in Image Representation Types.
Your data source must implement this method.
func imageUID () -> String!
func imageRepresentation () -> Any!