SectionFooterStyle

public protocol SectionFooterStyle : DynamicProperty

Undocumented

SectionFooterStyle

  • modifier(_:) Extension method

    Undocumented

    Declaration

    Swift

    func modifier(_ modifier: some ViewModifier) -> some SectionFooterStyle
  • concat(_:) Extension method

    Undocumented

    Declaration

    Swift

    func concat(_ style: some SectionFooterStyle) -> some SectionFooterStyle

Available where Self == SectionFooterAccessoryStyle

  • Set disclosureAccessory is hidden or visible.

    Declaration

    Swift

    static func isDisclosureAccessoryHidden(isHidden: Bool) -> SectionFooterAccessoryStyle

    Parameters

    isHidden

    Indicates if the disclosureAccessory is hidden or visible.

    Return Value

    SectionFooterAccessoryStyle

Available where Self == SectionFooterBaseStyle

Available where Self == SectionFooterFioriStyle

Available where Self == SectionFooterTitleStyle

Available where Self == SectionFooterAttributeStyle