<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -",
    "macCatalyst: 18.0.0 -",
    "tvOS: -",
    "visionOS: 2.0.0 -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UITabSidebarScrollTarget",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UITabSidebarScrollTarget"
  },
  "title" : "UITabSidebarScrollTarget"
}
-->

# UITabSidebarScrollTarget

```
@interface UITabSidebarScrollTarget : NSObject
```

## Topics

### Type Methods

[`+ (instancetype) targetForFooter;`](/documentation/UIKit/UITabSidebarScrollTarget/targetForFooter)

Scrolls to the `footerContentConfiguration` if it is set.

[`+ (instancetype) targetForHeader;`](/documentation/UIKit/UITabSidebarScrollTarget/targetForHeader)

Scrolls to the `headerContentConfiguration` if it is set.

[`+ (instancetype) targetForTab:(UITab *) tab;`](/documentation/UIKit/UITabSidebarScrollTarget/targetForTab:)

Scrolls to the item representing the tab if it exists.

## Relationships

### Inherits From

[`NSObject-swift.class`](/documentation/ObjectiveC/NSObject-swift.class)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)