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.
画面にナビゲーションコントローラーが表示されていて、別のビューコントローラーのビューを現在のナビゲーションコントローラーの後ろに置きたい(後で使用するため) どうすればよいですか?
ありがとうございました
あなたがそれを隠したいなら
yourView.hidden=YES;
ビューの配置を変更したい場合は、必要なサブビューを前面に持ってきてください
[self.view bringSubViewToFront:yourView];
または、必要な場合にのみ作成してください