scihant / CTPanoramaView

A library that displays spherical or cylindrical panoramas with touch or motion based controls.
MIT License
1.04k stars 89 forks source link

I am Getting error message in Xcode 12 14.4 #59

Closed QDWorld closed 3 years ago

QDWorld commented 3 years ago

switch UIApplication.shared.statusBarOrientation

Screenshot 2021-06-02 at 10 52 19 PM
scihant commented 3 years ago

That was because the libraries deployment target was set to 12 unnecessarily. I dropped it down to 10.0 now.