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