Home > Q&A > body text
如题,UIViewController modal弹出另一个UIViewController 如何做到不全屏覆盖
希望新的UIViewController只遮盖屏幕的一部分
PHPz2017-04-17 17:35:27
VC.modalPresentationStyle = UIModalPresentationCustom;
怪我咯2017-04-17 17:35:27
You may want to take a look at your design drawingBecause many people have written frameworks to solve your situation