FUIAttributedImage
public class FUIAttributedImage : FUIAttributedGlyphImage
A class that implements FUIAttributedGlyphImage protocol
-
Developer formatted
NSAttributedStringto be displayed as the glyphImageDeclaration
Swift
public var attributedText: NSAttributedString! { get } -
Property defining the circular type of the image view.
Default is false, which means the image will not have a circular mask
Declaration
Swift
public var isCircular: Bool -
Initialize
FUIGlyphImagewith an imageDeclaration
Swift
public init(image: UIImage)Parameters
imageThe image for this
FUIAttributedImage -
Initialize
FUIGlyphImagewith an image and attributesDeclaration
Swift
public init(image: UIImage, attributes: [NSAttributedStringKey : Any])Parameters
imageThe image for this
FUIAttributedImage.attributesThe attributes for this
FUIAttributedImage.