【发布时间】:2013-12-18 01:12:14
【问题描述】:
我有一个UITableView,我希望在用户点击UITableView 中的第一个单元格或行时链接到Apple 网站。这是我的代码:
- (void)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath {
if (indexPath == 0) {
}
}
【问题讨论】:
标签: tableview didselectrowatindexpath