When I place a view controller's view inside a top level view controller, the UIInterfaceOrientation I get from the nested view controller is incorrect. If I get the orientation from the top level view controller, I get the correct one. The interfaceOrientation property is readonly, so I can't simply set it. How can I get my nested view controller to recognize the proper orientation?
Apple may not recommend using nested view controllers, but I'm using them for reusability (Universal app).