摘要: 一般来说,若需要独立添加一个UIView,使其覆盖于整个应用窗口之上,是这样实现的: AppDelegate *app = (AppDelegate *)[[UIApplication sharedApplication] delegate]; [app.window addSubview:view 阅读全文
posted @ 2016-03-02 11:53 Gabriel_Lee 阅读(1429) 评论(0) 推荐(0)