Contents

leadingAccessoryView

The view at the leading edge of a tab bar on tvOS.

Declaration

var leadingAccessoryView: UIView { get }

Discussion

Use this property to integrate a custom view at the leading edge of your tab bar interface. Use this view to display a custom logo or give access to custom accessories in your app.

See Also

Customizing tab bar appearance