FUIAttributedGlyphImage
public protocol FUIAttributedGlyphImage : FUIGlyphImage
A protocol that adds further requirements to FUIGlyphImage
-
A size property for the glyphimage
Declaration
Swift
var size: CGSize? { get } -
A tintColor property for the image
Declaration
Swift
var tintColor: UIColor! { get set } -
A flag that indicates if image has a circular mask or not
Declaration
Swift
var isCircular: Bool { get set } -
The
UIViewContentModefor the viewDeclaration
Swift
var contentMode: UIViewContentMode { get set }