本帖最后由 CSDN_Ask 于 2013-04-08 13:18:21 编辑

解决方案 »

  1.   

    haha攒一个
      

  2.   

    这不是唯一的解决方案,当然你还可以这样.- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath
    {
        YourParentController *parent=(YourParentController *)[[[self superView] superView] nextResponder];    [parent pushViewController:XXX animated:] ;
    }
      

  3.   

    楼主,你这个贴子我没有看出来有多大用途。
    CategoryTableView通过addsubview添加到HomeViewController中,可以直接用HomeViewController类的self来切换视频,即self.navigationControlle或 [self presentModalViewController:,所以楼主你是新手吧,没必要你这么搞。
      

  4.   

    用HomeViewController类的self来切换视频,即self.navigationControlle或 [self presentModalViewController: