Ross Alvarez
Results
1
comments of
Ross Alvarez
this should be the fix for the latest Swift syntax change once again... ``` extension UIDevice { static func orientationTransformation() -> CGFloat { switch UIApplication.shared.statusBarOrientation { case .portrait: return (.pi...