Skip to content

Instantly share code, notes, and snippets.

@mwaterfall
Created May 14, 2018 08:10
Show Gist options
  • Save mwaterfall/1fb2268aff7187af2a3c2ae01355e40c to your computer and use it in GitHub Desktop.
Save mwaterfall/1fb2268aff7187af2a3c2ae01355e40c to your computer and use it in GitHub Desktop.
struct ImageDescriptor<ImageReference> {
var imageReference: ImageReference
var properties: UIImageView.Properties
}
extension UIImageView {
struct Properties {
var contentMode: UIViewContentMode
var backgroundColor: UIColor
var tintColor: UIColor
var accessibilityIdentifier: String?
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment