---
title: leadingAccessoryView
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uitabbar/leadingaccessoryview
---

# leadingAccessoryView

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

## Declaration

```swift
var leadingAccessoryView: UIView { get }
```

## Discussion

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

- [standardAppearance](uikit/uitabbar/standardappearance.md)
- [scrollEdgeAppearance](uikit/uitabbar/scrolledgeappearance.md)
- [trailingAccessoryView](uikit/uitabbar/trailingaccessoryview.md)
- [isTranslucent](uikit/uitabbar/istranslucent.md)
- [Legacy customizations](uikit/uitabbar-legacy-customizations.md)
