I am new to iphone development.In my app, i want to display the web view in device with c portrait Orientation.It should also support landscape orientation. I used the bel
If you want to support any orientation then just return YES.
YES
- (BOOL) shouldAutorotateToInterfaceOrientation: (UIInterfaceOrientation) orientation { return YES; }