Skip to content
Eugene Mozharovsky edited this page Mar 8, 2015 · 2 revisions

CVCalendar supports 2 modes:

  • Month View
  • Week View

Appropriate constants.

MonthView WeekView

You're allowed to choose any of them to use. For doing this you should simply set a property in your Info.plist settings file.

  1. Open Info.plist in your Xcode project
  2. Create a new property with String value type
  3. Set the key as CVCalendarViewMode (this must be exactly as it is)
  4. Set the value as either MonthView or WeekView