Avatar
Avatar
Yuta Saito
Apple discourages the use of this symbol. Use a UIScreen instance found through context instead. For example, reference the screen that displays a view through the screen property on the window scene managing the window containing the view.
deprecatedになるときは何かしら代替案を提示してくれていることが多いので、この辺りを読むと良いと思います。で、おもちさんの提示している方法がまさに書かれています。 https://developer.apple.com/documentation/uikit/uiscreen/1617815-main
ありがとうございます。勉強になります。