SCKViewControllerMode

@objc public enum SCKViewControllerMode: Int

The date interval mode for a SCKViewController.

  • day

    The controller works with a single day date interval.

    Declaration

    Swift

    case day
  • The controller works with a week date interval.

    Declaration

    Swift

    case week