この質問をする方法を自分で理解したと思ったのですが、うまくいきません。私が使用したコード:
-(void) tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath*)indexPath
{
//timedText = a NSString
[timed replaceObjectAtIndex:1 withObject:timedText];
[SpelerTable reloadData];
}
誰かが私が間違っていることを教えてもらえますか? また、「replaceObjectAtIndex:1」を使用せず、選択したセルを使用したいと思います。
前もって感謝します。