IOS 弹出模态View presentViewController

UIscrollViewController *scrollView=[[UIscrollViewController alloc ]init];
[self presentViewController:scrollView animated:YES completion:nil];

http://www.cnblogs.com/linyawen/archive/2012/06/09/2542784.html

原文地址:https://www.cnblogs.com/zhangleixy/p/4934578.html