
針對(duì)present一個(gè)透明的viewController時(shí)背景黑色問題
解決方案:A present B 頁面的情況,
在iOS8及以上版本,將B頁面的modalPresentationStyle 置為UIModalPresentationOverCurrentContext 即可。
iOS7及以下版本,將A頁面的modalPresentationStyle置為UIModalPresentationCurrentContext 即可
解決方案:A present B 頁面的情況,
在iOS8及以上版本,將B頁面的modalPresentationStyle 置為UIModalPresentationOverCurrentContext 即可。
iOS7及以下版本,將A頁面的modalPresentationStyle置為UIModalPresentationCurrentContext 即可