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