在viewcontroller中的tableview怎么 push
2015-12-15
展开全部
CustomCell里面加个变量 id rootController;
将这个rootController初始化为这个cell的tableview所在的那个对象,即
- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath
{
CustomCell *cell = [[CustomCell alloc]init];
cell.rootController = self;
。。。。
}
将这个rootController初始化为这个cell的tableview所在的那个对象,即
- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath
{
CustomCell *cell = [[CustomCell alloc]init];
cell.rootController = self;
。。。。
}
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询