Slide 9
Slide 9 text
// ճస࣌ͷΈshouldAutorotateΛڐ༰͢Δඞཁ͕͋Δ
canRotate = true
UIDevice.current.setValue(
orientation.rawValue,
forKey: "orientation"
)
canRotate = false
iOS15以前の向き操作 - 操作
編
UIDevice.current.setValue で向きを変更する
なんでもセットメソッド 🤔
あまりにもHACK
排他制御しなくて大丈夫?