MDCalendar
MDCalendar copied to clipboard
Calendar date picker for iOS 7
The method `numberOfMonthsUntilEndDate` written in https://github.com/distefam/MDCalendar/blob/master/MDCalendar/NSDate%2BMDCalendar.m#L164 can be wrong when the day of start date is larger than the day of end date. For example, if the start date is...
I am getting a warning like this in xcode.
First of all, thanks for an amazing control! After playing out a little with it, I found that you haven't implemented the case when a week starts from Monday. Looking...