首頁 > 問答 > 主體
如题,UIViewController modal弹出另一个UIViewController 如何做到不全屏覆盖
希望新的UIViewController只遮盖屏幕的一部分
PHPz2017-04-17 17:35:27
VC.modalPresentationStyle = UIModalPresentationCustom;
怪我咯2017-04-17 17:35:27
可能要看你的設計圖因為有很多人寫了框架解決你這種情況的