Merge pull request #1 from elizakova/change_reload_cell_modifire
Change reload cell modifire
This commit is contained in:
commit
ec1a57f874
|
|
@ -407,6 +407,11 @@ IB_DESIGNABLE
|
|||
*/
|
||||
- (void)reloadData;
|
||||
|
||||
/**
|
||||
Reload data of the calendar cell.
|
||||
*/
|
||||
- (void)reloadDataForCell:(FSCalendarCell *)cell atIndexPath:(NSIndexPath *)indexPath;
|
||||
|
||||
/**
|
||||
Change the scope of the calendar. Make sure `-calendar:boundingRectWillChange:animated` is correctly adopted.
|
||||
|
||||
|
|
|
|||
|
|
@ -110,8 +110,6 @@ typedef NS_ENUM(NSUInteger, FSCalendarOrientation) {
|
|||
- (void)selectCounterpartDate:(NSDate *)date;
|
||||
- (void)deselectCounterpartDate:(NSDate *)date;
|
||||
|
||||
- (void)reloadDataForCell:(FSCalendarCell *)cell atIndexPath:(NSIndexPath *)indexPath;
|
||||
|
||||
- (void)adjustMonthPosition;
|
||||
- (BOOL)requestBoundingDatesIfNecessary;
|
||||
- (void)executePendingOperationsIfNeeded;
|
||||
|
|
|
|||
Loading…
Reference in New Issue