如何添加类似qq手势密码的页面

可以在applicationWillEnterForeground中加入[ [UIApplication sharedApplication].keyWindow.rootViewController presentViewController:<#viewcontroller#> animation:YES 

completion:^{
}];

解决问题

posted @ 2013-12-06 13:45  MyAppZone7797  阅读(167)  评论(0)    收藏  举报