TSTableView
TSTableView copied to clipboard
selectColumnAtPath error.
Line 467 in TableView.m
- (void)selectColumnAtPath:(NSIndexPath *)rowPath animated:(BOOL)animated { [_tableContentHolder selectRowAtPath:rowPath animated:animated]; // <-should be selectColumnAtPath...
}
fixed it locally just fyi. using this when I tap data on an ios-chart to select and show the data in the table.