miraan / CalendarDateRangePickerViewController

A calendar date range picker view controller in Swift for iOS.
MIT License
139 stars 79 forks source link

Current date to previous one i need to displaying but when appearing first time it is not showing current day and month ? #13

Open chikithreddy opened 5 years ago

chikithreddy commented 5 years ago

Current date to previous one i need to displaying but when appearing first time it is not showing current day and month ?

In app delegate : minimumDate = Calendar.current.date(byAdding: .month, value: -10, to: Date())

but problem is : when i am doing it current date not presenting.