针对present一个透明的viewController时背景黑色问题
解决方案:A present B 页面的情况,
在iOS8及以上版本,将B页面的modalPresentationStyle 置为UIModalPresentationOverCurrentContext 即可。
iOS7及以下版本,将A页面的modalPresentationStyle置为UIModalPresentationCurrentContext 即可
解决方案:A present B 页面的情况,
在iOS8及以上版本,将B页面的modalPresentationStyle 置为UIModalPresentationOverCurrentContext 即可。
iOS7及以下版本,将A页面的modalPresentationStyle置为UIModalPresentationCurrentContext 即可
本文标题:iOS开发问题总结
本文链接:https://www.haomeiwen.com/subject/ysxpkttx.html
网友评论