orazz / CalendarPopUp

CalendarPopUp - JTAppleCalendar library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Only 3 months of dates selection is allowed. Why?

FarhanBykea opened this issue · comments

commented

CalendarPopUp.swift

awakeFromNib function:

endDate = Calendar.current.date(byAdding: .month, value: 2, to: startDate)

you can change endDate