Open zuil7 opened 7 years ago
Hi Good Day,
Do you have a sample range picker in swift? i am having hard time converting ObjC to swift.
This part here:
[self.calendar.visibleCells enumerateObjectsUsingBlock:^(__kindof FSCalendarCell _Nonnull obj, NSUInteger idx, BOOL _Nonnull stop) { NSDate *date = [self.calendar dateForCell:obj]; FSCalendarMonthPosition position = [self.calendar monthPositionForCell:obj]; [self configureCell:obj forDate:date atMonthPosition:position]; }];
Hope you can assist me on this
Great Library!
Did you found solution? same here
@zuil7 Refer my updated answer : https://github.com/WenchaoD/FSCalendar/issues/904
Hi Good Day,
Do you have a sample range picker in swift? i am having hard time converting ObjC to swift.
This part here:
[self.calendar.visibleCells enumerateObjectsUsingBlock:^(__kindof FSCalendarCell _Nonnull obj, NSUInteger idx, BOOL _Nonnull stop) { NSDate *date = [self.calendar dateForCell:obj]; FSCalendarMonthPosition position = [self.calendar monthPositionForCell:obj]; [self configureCell:obj forDate:date atMonthPosition:position]; }];
Hope you can assist me on this
Great Library!