I believe line 462 of SSFlatDatePicker.m should be "return numberOfItems". Otherwise, the delegate returns 0 for the size of each collection view. The original code ultimately causes a crash in my project when instantiating the control outside of Interface Builder.
I believe line 462 of SSFlatDatePicker.m should be "return numberOfItems". Otherwise, the delegate returns 0 for the size of each collection view. The original code ultimately causes a crash in my project when instantiating the control outside of Interface Builder.