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