码迷,mamicode.com
首页 > Windows程序 > 详细

UIWindow

时间:2014-05-26 13:12:29      阅读:267      评论:0      收藏:0      [点我收藏+]

标签:style   c   ext   a   color   使用   

// 正常的window
UIKIT_EXTERNconstUIWindowLevel UIWindowLevelNormal;
// 遮盖住状态栏的window
UIKIT_EXTERNconstUIWindowLevel UIWindowLevelAlert;
// 遮盖住状态栏的window

UIKIT_EXTERNconstUIWindowLevel UIWindowLevelStatusBar;

- (void)makeKeyAndVisible;                             
// convenience. most apps call this to show the main window and also make it key. otherwise use view hidden property
除了makeKeyAndVisible方法设置主window,其他window可以使用hidden来显示。

UIWindow,布布扣,bubuko.com

UIWindow

标签:style   c   ext   a   color   使用   

原文地址:http://www.cnblogs.com/yangyang1987/p/3746726.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!