Extensions
The following extensions are available globally.
-
Enables images to be representable as
PartsRepresentable.Declaration
Swift
extension UIImage: PartsRepresentable -
Enables
CGImagesto be representable as model content.Declaration
Swift
extension CGImage: PartsRepresentable -
Enables
CIImagesto be representable as model content.Declaration
Swift
extension CIImage: PartsRepresentable -
Enables a
Stringto be passed in asPartsRepresentable.Declaration
Swift
extension String: PartsRepresentable