Classes

The following classes are available globally.

Special Calendar Input Class

  • This is a customized UIView implementation, that will display a basic month/grid calendar, with active buttons, on selected dates. The idea is to present a simple, intuitive interface, much like the classic “booking” interfaces, presented by Web sites.

    The control does not derive from UIControl, as the event targeting system would not be useful for the types of interactions that can occur with this control. Instead, the implementor should register as a delegate (RVS_CalendarInputDelegate), and receive messages, when the control is used. The implementor can always examine the data array, and detrmine the control state. That array is updated in realtime.

    See more

    Declaration

    Swift

    open class RVS_CalendarInput : UIView