Merge pull request #1 from elizakova/change_reload_cell_modifire

Change reload cell modifire
This commit is contained in:
elizakova 2021-07-28 18:58:27 +04:00 committed by GitHub
commit ec1a57f874
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View File

@ -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.

View File

@ -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;