FUICalendarStyle

public enum FUICalendarStyle

The enum denoting FUICalendarStyle.

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

    Declaration

    Swift

    case month
  • Creates a calendar displaying months on the full screen of the device with vertical scrolling enabled.

    Allows single selection only.

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

    case expandable
  • Creates a calendar displaying each month on the screen with vertical scrolling enabled and occupies the entire height of the screen. This view allows for the selection of a single range of contiguous dates.

    Declaration

    Swift

    case rangeSelection
  • Creates a calendar displaying each month on the screen with vertical scrolling enabled and occupies the entire height of the screen. This view allows for selecting a non-contiguous set of dates.

    Declaration

    Swift

    case datesSelection