/SVCalendar

Custom calendar for iOS

Primary LanguageSwiftApache License 2.0Apache-2.0

🗓 SVCalendar

SVCalendar is a customizable calendar written in Swift

Features

  • Switch between such representations as day, week, month
  • Selection of current day in month representation
  • Possibility to get selected date by user in month representation
  • Possibility to change day, week, month
  • Possibility to customize each component of calendar

Installation

  1. In terminal go to your project's folder:

     cd /User/Developer/YourProjectName 
  2. If you haven't pod file, run command:

     pod init
  3. Open your pod file and write:

     pod 'SVCalendar', '~> 1.0.10'
  4. Save file and run command:

     pod install
  5. That's it!

Usage