CardFooterButtonWidthMode

public enum CardFooterButtonWidthMode : Int

CardFooter button width mode

  • auto size based on card footer’s width. When it is regular size class, up to 3 buttons are shown with intrinsic width; when it is compact size class, up to 2 buttons are shown with equal width.

    Declaration

    Swift

    case auto
  • equal size and fill up the whole width except the overflow button

    Declaration

    Swift

    case equal
  • intrinsic size’s width

    Declaration

    Swift

    case intrinsic