wie*_*mon 2 iphone objective-c uitableview
我如何访问(更改imageView.image)我已经拥有的UITableView的下一个单元格:
UITableViewCell *cell = [tableView cellForRowAtIndexPath:indexPath];
NSIndexPath *newPath = [NSIndexPath indexPathForRow:indexPath.row+1 inSection:indexPath.section];
UITableViewCell *nextCell = [tableView cellForRowAtIndexPath: newPath];
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
1477 次 |
| 最近记录: |