ios - iOS5 Custom Window rotation issue -
So I am creating and displaying a custom window in my iOS app because I am writing a dynamic alert view That function also works like a greener / toast alert, it works terrible in ios6 (hopefully i can open this source to this child and you can see it all)
But then Also, when I run it in ios5, my alert is not in the window Do not move with the tool / simulator It does not matter, my custom window stays in portrait mode.
UIWindow is just a UIView subclass, so there should be no good 'rotate' representative method.
I'm getting a bit stew that why this is happening in iOS 5, but not 6. Any help is a root view controller in my window, which I completely forgot. I just need to implement the
- (BOOL) .UrototettoInterfaceAuthoration: (UINPForceArmentation) Infosources Orientation {return yes; } To make it work.
: - D
Comments
Post a Comment