XSLT存档  

不及格的程序员-八神

 查看分类:  ASP.NET XML/XSLT JavaScripT   我的MSN空间Blog

RootViewController.h 作为UINavigatorController根视图,模式弹出新窗口时,新窗口透明的部分无效 (设置UINavigatorController的modalPresentationStyle = UIModalPresentationCurrentContext即可)。

 


1 untitled *vc = [[untitled alloc] initWithNibName:@"untitled" bundle:nil];
2     self.modalPresentationStyle = UIModalPresentationCurrentContext;
3     vc.modalTransitionStyle = UIModalTransitionStyleCrossDissolve;
4     //[self presentModalViewController:vc animated:YES];
posted on 2012-04-13 13:44  不及格的程序员-八神  阅读(498)  评论(0编辑  收藏  举报