扫码关注官方订阅号
如题,UIViewController modal弹出另一个UIViewController 如何做到不全屏覆盖
希望新的UIViewController只遮盖屏幕的一部分
学习是最好的投资!
VC.modalPresentationStyle = UIModalPresentationCustom;
可能要看看你的设计图因为有很多人写了框架解决你这种情况的
微信扫码关注PHP中文网服务号
QQ扫码加入技术交流群
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
PHP学习
技术支持
返回顶部
VC.modalPresentationStyle = UIModalPresentationCustom;
可能要看看你的设计图
因为有很多人写了框架解决你这种情况的