subscript(section:)
The customization of the section, identified by its customization identifier.
Declaration
subscript(section id: String) -> TabViewCustomization.SectionCustomization { get set }Overview
Section tab order can be read by subscripting with the tab section’s id:
let order = customization[section: "com.myApp.categories"].tabOrderTo reset the order of an individual section, use resetTabOrder(). To reset the order of all sections, use resetSectionOrder().