Wednesday, 18 September 2013

iOS 7 UIWebView rotation to landscape orientation add some bar

iOS 7 UIWebView rotation to landscape orientation add some bar

I have such situation, all screens in my application is in portrait mode,
but I have one screen that could be in both orientations. On iOs 6
everything works fine but on iOS 7 when I rotate to landscape I am receive
such situation as shown at the bottom:
I have try to make self.edgesForExtendedLayout = UIRectEdgeNone; but it
doesn't work for me.

No comments:

Post a Comment