FUICalendarStyle

public enum FUICalendarStyle

The enum denoting FUICalendarStyle.

  • Creates calendar displaying one month at a time on the screen with vertical scrolling enabled. Allows for single selection only.

    Declaration

    Swift

    case monthView
  • Creates calendar displaying one week at a time on the screen with horizonal scrolling enabled. Allows for single selection only.

    Declaration

    Swift

    case weekView
  • Creates calendar displaying one month at a time on the screen with horizonatal scrolling enabled, which can be transitioned to a weekview and vice versa using the provided handle. Allows for single selection only.

    Declaration

    Swift

    case expandableView
  • Creates calendar displaying each month on the screen with vertical scrolling enabled and occupies the entire height of the screen. This view allows for multiple selection.

    Declaration

    Swift

    case multipleSelectionView