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

Option to use both finger and sensor rotation #54

Closed cristianoccazinsp closed 3 years ago

cristianoccazinsp commented 4 years ago

Follow up of the previously rejected PR.

I have merged all changes from master, and also dropped the min XCode requirement back to 10 (you don't really need 12) so this library is compatible with react-native.

I've been using these changes for a while now and the ".both" option is great. Please consider including this in the library.

scihant commented 3 years ago

The only issue I see with this is that you allow the user to "tilt" the image while pinching, which saw something I specifically didn't allow. But it doesn't break anything in the motion only mode so I'll merge this. Thanks for the PR.