FUITagsComponent
public protocol FUITagsComponent : FUIAttributesConsumer
Component protocol for Tag properties
-
List of tag instances
Declaration
Swift
var tags: [FUITagText] { get set }
-
tagsAttributedText
Default implementationNSAttributedString
describing list of tags. If set by developer, will override value of thetags
property.Default Implementation
NSAttributedString
describing list of tags. If set by developer, will override value of thetags
property.Declaration
Swift
var tagsAttributedText: NSAttributedString! { get set }
-
tagsStyleClassPath
Default implementationStyle class path containing style classes which may contain tag styles in nss file.
Default Implementation
NUIStyleClassPath for
title
propertyDeclaration
Swift
var tagsStyleClassPath: [FioriStyle] { get set }