Protocols

The following protocols are available globally.

  • A type that implements the required methods to provide events either synchronously or asynchronously to a SCKViewController; plus some methods related to the user interaction with the controller’s schedule view.

    If you use Swift, you may choose between implementing SCKEventManaging or working in concrete mode by conforming to SCKConcreteEventManaging and declaring an event type. Use the concrete mode when working with a single event class to benefit from Swift’s type safety and work with better-typed methods in your event manager implementation. In any other case, conform to this protocol directly. See the SCKViewController class description to learn more.

    See more

    Declaration

    Swift

    public protocol SCKEventManaging: class
  • An object conforming to the SCKViewDelegate protocol must implement a method required to set a color schedule view events.

    See more

    Declaration

    Swift

    @objc public protocol SCKViewDelegate