佳为好友
原:UIWindowLevelAlert导致UIAlertView无法显示
创建:2012.04.08
Loading页面放到了一个自定义的window下,
该window的windowLevel =UIWindowLevelAlert;
会导致后来弹出的Alert无法显示。
修改方法是,将windowLevel设置为UIWindowL
evelStatusBar。
+++++
posted on 2012-12-29 10:58
佳为好友
阅读(796)
评论(0)
编辑
收藏
引用
所属分类:
UI
只有注册用户
登录
后才能发表评论。
【推荐】100%开源!大型工业跨平台软件C++源码提供,建模,组态!
相关文章:
原: UISearchDisplayController重用 2
转:Sizes of iPhone UI Elements
原:UIScrollView使用Xib或IB布局
转:Custom UIImagePickerController camera view -2
原:手势操作的一些规律
转:手势操作-点击的不同次数引发的问题 -Differentiating Tap Counts on iOS
原:UIWebView自动换行
转:UIImageView不响应手指操作GesutureRecognizer
原:导航栏加入阴影
原:添加自定义的UITableViewCell -4
网站导航:
博客园
IT新闻
BlogJava
知识库
博问
管理
导航
新随笔
管理
<
2012年12月
>
日
一
二
三
四
五
六
25
26
27
28
29
30
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
留言簿
(1)
给我留言
查看公开留言
查看私人留言
随笔分类
Debug
(rss)
Debug-GDB(25)
(rss)
Tool(11)
(rss)
UI(46)
(rss)
非UI(41)
(rss)
删除(1)
(rss)
搜索
最新评论
评论排行榜
1. 原:关于MVC中C的讨论,以及MFC是否能够模仿Struct(0)
2. 转:C/C++格式化规定符(0)
3. 转:file is universal (3 slices) but does not contain a(n) armv7s slice error for static libraries on iOS, anyway to bypass?(0)
4. 转:[转] Gmail 的Host解决方案(0)
5. 转:在XCode中设定内存断点(数据断点,变量断点)(0)