imaginary-cloud / CameraManager

Simple Swift class to provide all the configurations you need to create custom camera view in your app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Manual camera rotation.

danielt1263 opened this issue · comments

I'm still using the 2.x version of the code so this issue might have already been taken care of in 3.x...

I need to manually rotate the camera based on my view controller's willRotateToInterfaceOrientation instead of using the notification and the device orientation. The latter is more sensitive than the former and as such, my camera is rotating well before the UI rotates.