PopupoverControl があり、このポップアップには UIViewtablecontrol があり、UITable コントロールの 1 つが別の UIViewtablecontrol に移動する必要がありますが、移動しません。これは、最初の uitableview で選択されているコードです。
OpenFileViewController *openfileview = [[OpenFileViewController alloc] initWithNibName:@"OpenFileViewController" bundle:nil v_files:[self GetFiles] v_ui:parentview];
UINavigationController *navController = [[UINavigationController alloc] initWithRootViewController:openfileview];
[self.navigationController presentModalViewController:navController animated:YES];
両方の uiviewtable の .xib ファイルで、ナビゲーション バーでトップ バーを有効にしましたが、表示されないのはなぜですか?