FUIKPIViewItem
public protocol FUIKPIViewItem
A protocol defines style representing an item in FUIKPIView.
-
Returns the
FUIKPIViewItemStyleenum value for the itemDeclaration
Swift
var style: FUIKPIViewItemStyle { get } -
Returns the
NSAttributedStringfor the item.Declaration
Swift
var attributedString: NSAttributedString { get } -
A dictionary containing the default attributes
Declaration
Swift
var defaultAttributes: [NSAttributedStringKey : Any] { get } -
A dictionary containing the attributes to set from developers
Declaration
Swift
var attributes: [NSAttributedStringKey : Any] { get set }