FSCalendar crash most of time when minimumDate & maximumDate is set Today and selectDate is also Today. Below is step for reproducible.
- Download latest version of Master on 5-Mar-2017
- Open Project "Example-Objc"
- Goto FullScreenExampleViewController.m and Change below code in ViewDidload -
self.minimumDate = [NSDate date];
self.maximumDate = [NSDate date];
[self.calendar selectDate:[NSDate date] scrollToDate:YES];
- Run Application on Simulator / Device and Tap - FullScreenExample (Please repeat Back to Home and Home to Full Screen Example if crash not happen 1st time)
Screen Shot -

Sample Project -
FSCalendar-master 2.zip
FSCalendar crash most of time when minimumDate & maximumDate is set Today and selectDate is also Today. Below is step for reproducible.
Screen Shot -
Sample Project -
FSCalendar-master 2.zip