Calling of Parent class ShouldAutorotate Method
Hi,
I am making an universal application. First the login screen comes which is a rootViewController class & after SIGNIN it loads the tabbar which is in the appdelegate class. Now the first screen of the first tabbar view comes.
Now the question is if rotate the first tabbar item class then it calls the ShouldAutorotate of its parent class i.e rootViewController class.
The parent class method comes because we used addSubview to add the tabbar.
How we can use PushViewController to load over tabbar then only we can resolve my problem.
Jennifer
|