FUITagsComponent

public protocol FUITagsComponent : FUIAttributesConsumer

Component protocol for Tag properties

  • List of tag instances

    Declaration

    Swift

    var tags: [FUITagText] { get set }
  • tagsAttributedText Default implementation

    NSAttributedString describing list of tags. If set by developer, will override value of the tags property.

    Default Implementation

    NSAttributedString describing list of tags. If set by developer, will override value of the tags property.

    Declaration

    Swift

    var tagsAttributedText: NSAttributedString! { get set }
  • tagsStyleClassPath Default implementation

    Style class path containing style classes which may contain tag styles in nss file.

    Default Implementation

    NUIStyleClassPath for title property

    Declaration

    Swift

    var tagsStyleClassPath: [FioriStyle] { get set }