gpt4 book ai didi

swift - 类型 'Notification.Name' (又名 'NSNotification.Name' )没有成员 'UIDevice'

转载 作者:行者123 更新时间:2023-11-29 05:57:49 25 4
gpt4 key购买 nike

这是我之前可以运行的代码。

NotificationCenter.default.addObserver(self, selector: #selector(ImageScrollView.changeOrientationNotification), name: Notification.Name.UIDevice.orientationDidChangeNotification, object: nil)

最佳答案

删除 Notification.Name. 前缀:

NotificationCenter.default.addObserver(self, selector: #selector(ImageScrollView.changeOrientationNotification), name: UIDevice.orientationDidChangeNotification, object: nil)

通知名称常量已在 Xcode 10 附带的 iOS 12 SDK 中移动。

关于swift - 类型 'Notification.Name' (又名 'NSNotification.Name' )没有成员 'UIDevice',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54973108/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com