Tab

public class Tab : UIView

Undocumented

Public Methods

  • Sets the position comportament of the component.

    Example of usage:

    Tab.configure(position: .fixed)
    Tab.configure(position: .scrollable)
    

    Declaration

    Swift

    public func configure(position: Position)
  • Sets if the tab has elevation

    Example of usage:

    Tab.configure(elevation: true)
    

    Declaration

    Swift

    public func configure(elevation: Bool)

    Parameters

    elevation

    a bool that indicates if the tab has elevation