一次取得可見TableViewCell的資料
for (NSIndexPath *theindexPath in [nearPersonTableView indexPathsForVisibleRows])
{
UITableViewCell *Cell = [nearPersonTableView cellForRowAtIndexPath:theindexPath];
NSLog(@"%@",Cell.textLabel.text);
}
取得可見的Visible
{
UITableViewCell *Cell = [nearPersonTableView cellForRowAtIndexPath:theindexPath];
NSLog(@"%@",Cell.textLabel.text);
}
取得可見的Visible
留言
張貼留言