1
私はエラーがあります: タイプuiviewの値は、メンバーのサイズはありません。私のコードは次のとおりです:タイプuiviewの値にメンバーのサイズはありません
if let nv = (AppDelegate.getAppDelegate().window?.rootViewController as? UINavigationController) {
let pushedViewControllers = nv.viewControllers
let presentedViewController:UIViewController = pushedViewControllers[pushedViewControllers.count - 1]
UIGraphicsBeginImageContext(presentedViewController.view.size()) //HERE IS THE ERROR
hファイルをチェックして、UIViewControllerはpublic var view:UIView!を持っています。 ありがとう!
ありがとうございました! – nmnir