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