私は2つのクラスを持っています:List <UITableViewDelegate
とTableView <UITableViewDelegate, UITableViewDataSource
.
クラスTableView
は、Core Data によってアプリにデータを取得する UITableView のカスタム クラスであり、機能します。オブジェクトtableView
はList
Class で初期化され、このオブジェクトにはdelegate
とがありdataSource = self
ます。
tableView
質問:オブジェクトから行を選択して、独自の関数などでクラスにデータを送信するにはどうすればよいList
ですか?
tableView
私はデリゲート関数
を使用します:-(void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath