标签: ios property-observer
我有以下变量:private var screenWidth = UIScreen.mainScreen().bounds.width
private var screenWidth = UIScreen.mainScreen().bounds.width
我想知道如何在其上设置属性观察者?或者在更新时获取最新版本?
答案 0 :(得分:0)
没有适合一切的通用方法。您经常可以使用Key-Value Observing。在这种情况下,您可以收听UIScreenModeDidChangeNotification通知。
UIScreenModeDidChangeNotification