我有 2 节课:List <UITableViewDelegate
和TableView <UITableViewDelegate, UITableViewDataSource
.
类TableView
是 UITableView 的自定义类,它通过 Core Data 获取数据到应用程序并且它的工作。对象在ClasstableView
中初始化,并且该对象具有和。List
delegate
dataSource = self
问题是:如何通过使用我自己的函数或类似功能tableView
选择行到List
类来从对象发送数据?
在tableView
我使用委托功能:
-(void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath