SCKGridView

public class SCKGridView: SCKView

An abstract SCKView subclass that implements the common functionality of any grid-style schedule view, such as the built in day view and week view. This class provides conflict management, interaction with the displayed days and hours, displaying unavailable time intervals and a zoom feature.

It also manages a series of day, month, hour and hour fraction labels, which are automatically updated and laid out by this class.

Note

Do not instantiate this class directly.
  • An abstract SCKView subclass that implements the common functionality of any grid-style schedule view, such as the built in day view and week view. This class provides conflict management, interaction with the displayed days and hours, displaying unavailable time intervals and a zoom feature.

    It also manages a series of day, month, hour and hour fraction labels, which are automatically updated and laid out by this class.

    Note

    Do not instantiate this class directly.

    Declaration

    Swift

    override public weak var delegate: SCKViewDelegate?
  • Makes the view update some of its parameters, such as the unavailable time ranges by reflecting the values supplied by the delegate.

    Declaration

    Swift

    @objc public final func invalidateUserDefaults()