私は 1 つのユニバーサル アプリケーションを開発しています。UITableView
その中で、動的に作成した .Iを使用しています。そして、以下のコードを に書きましたが、didSelectRowAtIndexPath
次のページに移動しません。これを行う方法を教えてください。
FirstViewController *fst =[[FirstViewController alloc]init];
[self.navigationController pushViewController:fst animated:YES];