在- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath這個方法中通過indexPath找到對應的cell,可以用UITableViewCell*cell = [table...
在- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath
這個方法中通過indexPath找到對應的cell,可以用UITableViewCell *cell = [tableView cellForRowAtIndexPath:indexPath]來獲取