TweakSection
public final class TweakSectionextension TweakSection: TweakBuildableextension TweakSection: CustomDebugStringConvertibleTweakSection is the container of tweaks.
A section is a “card” in the list UI. Each section is constructed by several AnyTweak objects.
You don’t use TweakSection directly most of the time, it is usually used to constructed the TweakList object.
- 
                  
                  The name of the section. nameis also the id of the section which means there are no two sections that have the same name in one list.DeclarationSwift public let name: String
- 
                  
                  Creates and initializes a tweak section with the given name and the tweaks. The tweaks of the sections are sorted by alphabetic order and tweaks with duplicated names are filtered. DeclarationSwift public init(_ name: String, @AnyTweakBuilder _ tweaks: () -> [AnyTweak])ParametersnameThe name of the section. tweaksA builder that creates the tweaks of the section. 
- 
                  
                  Undocumented DeclarationSwift public var constrainKey: String { get }
- 
                  
                  Undocumented DeclarationSwift public var hasBuilt: Bool { get }
- 
                  
                  DeclarationSwift public var debugDescription: String { get }
 View on GitHub
            View on GitHub
           TweakSection Class Reference
      TweakSection Class Reference