I have a tabbar application. I have fixed orientation for tabs by setting tab bar controller to window root view controller and then overriding behavior of navigationcontroller and tabbacontroller by sub classing (Although not recommend). Now orientation works in all tabs except more navigation controller and its children view contrllers. I know the problem is device rotation notification is not being passed to children view controllers inside morenavigationcontroller in Tab bar controller. Also, more navigationcontroller is readonly property.
My problem is I want to support all orientation in morenavigationcontroller and in children view controllers also. Now shoulautorotate inside children view controllers of morenavigation controller is not being called.