2013年6月20日星期四

UIAlertView

UIAlertView creates its own UIWindow above your application's main window,makeKeyAndVisible-s it, and animates in its own views in that window.


UIWindow does not know anything about rotation. Rotation methods are encapsulated in UIViewController. (auto rotations etc)
UIAlertView uses UIApplication's statusBarOrientation property to choose alert's orientation.

没有评论:

发表评论