Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kenmhaggerty/85c19898b8e45958cbfe0302f72aefd6 to your computer and use it in GitHub Desktop.
Save kenmhaggerty/85c19898b8e45958cbfe0302f72aefd6 to your computer and use it in GitHub Desktop.
- (void)updateSection:(NSUInteger)section
withData:(nonnull NSArray *)data
insertionAnimation:(UITableViewRowAnimation)insertionAnimation
deletionAnimation:(UITableViewRowAnimation)deletionAnimation
getter:(nonnull NSArray * _Nonnull(^)(void))getter
setter:(nonnull void (^)(NSArray * _Nonnull data))setter
insertedCells:(nullable void (^)(NSArray <UITableViewCell *> * _Nonnull cells))insertionBlock
reorderedCells:(nullable void (^)(NSArray <UITableViewCell *> * _Nonnull cells))reorderingBlock
deletedCells:(nullable void (^)(NSArray <UITableViewCell *> * _Nonnull cells))deletionBlock
completion:(nullable void (^)(void))completionBlock;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment