FUISideBarListItem

A view for each list item in the FUISideBar

  • Title element for the list item.

    Declaration

    Swift

    public private(set) var title: FUIMultiLineText { get }
  • Subtitle element for the list item.

    Declaration

    Swift

    public private(set) var subtitle: FUIMultiLineText { get }
  • Leading image element for the list item.

    Declaration

    Swift

    public private(set) var leadingImageView: FUIImageView { get }
  • Trailing image element for the list item.

    Declaration

    Swift

    public private(set) var trailingImageView: FUIImageView { get }
  • Create an sidebar list item.

    Declaration

    Swift

    public convenience init(icon: UIImage?, title: String, subtitle: String?, accessoryIcon: UIImage?)

    Parameters

    icon

    The icon set to leading image view.

    title

    The title of the item.

    subtitle

    The subtitle of the item.

    accessoryIcon

    The icon set to trailing image view.

  • Declaration

    Swift

    required public init()