How to connect scrollview to page control in TableView Cell
问题 I have a custom cell designed with a scrollview and a pageview control, which I am displaying as follows - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath { static NSString * CellIdentifier = @"ScrollViewCell"; cell = (ScrollViewCell*)[newsTable dequeueReusableCellWithIdentifier:CellIdentifier]; if (cell == nil) { NSArray * customcellArray = [[NSBundle mainBundle]loadNibNamed:@"ScrollViewCell" owner:self options:nil]; for(id