Instance Method
reloadData(withItems:groups:emptyCaches:completionBlock:) reloadDataWithItems:groups:emptyCaches:completionBlock: reloadDataWithItems_groups_emptyCaches_completionBlock_
Declaration
func reloadData(withItems newContent: [Any]!, groups newGroups: [Any]!, emptyCaches shouldEmptyCaches: Bool, completionBlock: (() -> Void)!)func reloadData(withItems newContent: [Any]!, groups newGroups: [Any]!, emptyCaches shouldEmptyCaches: Bool) asyncDeclaration
- (void) reloadDataWithItems:(NSArray *) newContent groups:(NSArray *) newGroups emptyCaches:(BOOL) shouldEmptyCaches completionBlock:(dispatch_block_t) completionBlock;Declaration
reloadDataWithItems_groups_emptyCaches_completionBlock_(newContent: list, newGroups: list, shouldEmptyCaches: bool, completionBlock: dispatch_block_t)