Skip to content

arturogro/EasyCalendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EasyCalendar

EasyCalendar is an iOS control written in Swift 3 that displays a calendar similar to the system calendar.

With this control you can select a single date or a date range.

Usage

  1. Import the EasyCalendar folder and all images in your existing project.
  2. Connect your CalendarView to your View Controller.
@IBOutlet weak var calendarView: CalendarView!
  1. Conform your View Controler with CalendarViewDelegate protocol, and set the delegate.
calendarView.delegate = self
  1. Implement the protocol methods that you need for your project.

Preview

About

An Easy Calendar Control in Swift

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages