私のUITableViewControllerのUITableViewには、カスタマイズされたプロトタイプUITableViewCellが4回入力されます。InfoCell *infoCell;
サブクラス化されたセルには次のものが含まれますUITextView *inputTextView;
nextButtonPressed
最初のセルからテキストを取得したい場合:
-(IBAction)nextButtonPressed:(id)sender {
NSString *firstCellText = ?
[dataSource objectAtIndex:dataIndex] setObject:firstCellText forKey:@"Texture"];
}
UITableViewの最初のinfoCellのtextViewからテキストを取得するにはどうすればよいですか?