类型“ NSNotification.Name”没有成员“ UIDevice”

时间:2019-03-03 19:57:44

标签: ios swift xcode nsnotifications uidevice

我正在从Xcode 10中的Swift 4.x升级到Swift 4.2,并且正在更新我的代码,使其可以在较新的版本上运行。一切都已解决,只有一段代码(以下)使我出现此错误:类型“ NSNotification.Name”没有成员“ UIDevice”。任何帮助将非常感激。我的代码:

NotificationCenter.default.addObserver(self,
  selector: #selector(handleRotation(_:)),
  name: NSNotification.Name.UIDevice.orientationDidChangeNotification,
  object: nil)
}

具体地说:

NSNotification.Name.UIDevice.orientationDidChangeNotification

0 个答案:

没有答案