Swift5で画面サイズの取得方法です。
UIScreen.main.bounds.size
横幅
UIScreen.main.bounds.size.width
縦幅
UIScreen.main.bounds.size.height
Swift5で画面サイズの取得方法です。
UIScreen.main.bounds.size
横幅
UIScreen.main.bounds.size.width
縦幅
UIScreen.main.bounds.size.height