Kashif Hisam

Results 2 comments of Kashif Hisam

So, a more generalized approach would be to use following for line 37 in AppleFiscalCalendar.m: ``` NSDate *nextDate = [calendar dateByAddingComponents:((period % 3 == 0) || (period % 50 ==...

I think `addTapDismissAction` is not needed for iPad. So we can simply do following in `showActionSheetPicker`: ` if (!IS_IPAD) [self addTapDismissAction]; `