Classes
The following classes are available globally.
-
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 (
See moreRVS_CalendarInputDelegate
), and receive messages, when the control is used. The implementor can always examine thedata
array, and detrmine the control state. That array is updated in realtime.Declaration
Swift
open class RVS_CalendarInput : UIView