FUIBodyComponent

public protocol FUIBodyComponent : FUIAttributesConsumer

Component protocol for body properties

  • body text to display

    Declaration

    Swift

    var body: FUIText { get }
  • bodyAttributedText Default implementation

    Developer formatted NSAttributedString to display as the body. Will override body value, and default styling.

    Default Implementation

    Developer formatted NSAttributedString to display as the body

    Declaration

    Swift

    var bodyAttributedText: NSAttributedString! { get set }
  • bodyStyleClassPath Default implementation

    NUIStyleClassPath for body property

    Default Implementation

    NUIStyleClassPath for body property

    Declaration

    Swift

    var bodyStyleClassPath: [FioriStyle] { get set }