問題タブ [xcode9.3]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
objective-c - xcode 9: presentViewController で以前のコントローラーをすべて削除する
ビューコントローラーがあり、次のように実装します:
loginViewController 内で、別のビュー コントローラーを表示したいのですが、次のように実装します。
otherViewController を使用して、View Controller を閉じたいときはいつでも[self dismissViewControllerAnimated:YES completion:nil];
最初から再起動し、loginViewController を表示しませんでした。Debug View Hierarchy を使用して確認しようとしましたが、呼び出したときに loginViewController が実装されていないことがわかりましたpresentViewController:otherViewController
なぜこれが起こったのですか?