_嵌入式开发_

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2013年2月27日

摘要: UIViewController* controller1 = [[UIViewControlleralloc]init];UIViewController* controller =self.view.window.rootViewController;controller.modalPresentationStyle=UIModalPresentationCurrentContext;[controllerpresentModalViewController:controller1animated:YES];以上代码是弹出透明背景viewcontroller的code。注意红色code。下 阅读全文
posted @ 2013-02-27 20:19 _嵌入式开发_ 阅读(2367) 评论(0) 推荐(0)