---
title: "subscript(section:)"
framework: swiftui
role: symbol
role_heading: Instance Subscript
path: "swiftui/tabviewcustomization/subscript(section:)"
---

# subscript(section:)

The customization of the section, identified by its customization identifier.

## Declaration

```swift
subscript(section id: String) -> TabViewCustomization.SectionCustomization { get set }
```

## Overview

Overview Section tab order can be read by subscripting with the tab section’s id: let order = customization[section: "com.myApp.categories"].tabOrder To reset the order of an individual section, use resetTabOrder(). To reset the order of all sections, use resetSectionOrder().
