Tagged Questions
0
votes
0answers
14 views
View unusable after dismissViewControllerAnimated:completion:
I'm migrating older code that used NIBs to use manual view creation (loadView) and Auto Layout. The root view controller is a container VC (with 2 children) that uses auto layout and modally presents ...