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.
viewDidLoad + viewWillAppearがすでに呼び出された(そしてビューが表示された)後にUIViewをリロードするにはどうすればよいですか?
それが役立つ場合-私はそれをxib/nibファイルからロードしており、メソッドを呼び出すと、コントローラーでviewWillAppearのみがトリガーされ、nibファイル全体がリロードされないことを期待しています。
どう[yourViewController.view setNeedsDisplay]ですか?
[yourViewController.view setNeedsDisplay]