Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
これは非常に基本的な質問ですが、たとえば、タブバーコントローラーを介してビューをポップする方法がわかりません。タブバーを取得し、「追加」バリアイテムボタンを取得しました。もう。
どうも
presentModalViewController を使用します。
[yourTabBarController presentModalViewController:viewController animated:YES];
ここで、viewController は、表示するビュー コントローラーです。
モーダル ビュー コントローラーを削除するには、次を使用します。
[yourTabBarController dismissModalViewControllerAnimated:YES];