Views
-
A view that displays weekday names in order define by current user locale and calendar.
See moreDeclaration
Swift
open class CPCWeekView : UIView, CPCViewContentAdjusting
-
A view that is optimized for rendering a single month’s days grid and a title.
See moreDeclaration
Swift
open class CPCMonthView : UIControl, CPCViewProtocol
-
A container view that provides an aggregate interface for managed month views.
After a month view has been added to the container, its appearance properties must no longer can be individually; their values are managed by the container view and are exactly same for all children. Selection and user interaction is also managed by the container, which provides aggregate selection value, enabled region and supports selection that spans across multiple views. On the other hand, layout of the managed subviews is not performed and remains user responsibility.
See moreDeclaration
Swift
open class CPCMultiMonthsView : UIView, CPCViewProtocol
-
A container view that internally manages and reuses
CPCMonthView
instances to provide an illusion of infinitely scrollable calendar interface.Implementation details are private and you are strongly discouraged from relying on any internal hierarchy of the container. Instead, use
See moreCPCMultiMonthView
that provides the same unified selection handling and appearance attributes management, but assigning month values to specific views or arranging them visually remains under user control.Declaration
Swift
open class CPCCalendarView : UIView