UIWindow 詳解及使用場景

首先來看一下UIWindow 繼承關係 方法和屬性 NS_CLASS_AVAILABLE_IOS(2_0) @interface UIWindow : UIView //window的屏幕,默認是 [UIScreen mainScreen] ,不能更改,否則沒有界面 @property(nonatomic,strong) UIScreen *screen NS_AVAILABLE_IOS(3_2)
相關文章
相關標籤/搜索