I have been trying to stop the scanner overlay from rotating when moving to landscape. On the iPhone, my code is working fine. However on the iPad it is still rotating. I have no specific checks for anything related to iPhone idioms, etc. Do you have any suggestions on how to resolve this?
I need to force the overlay view to stay in portrait. Even restricting the .plst file to only portrait still allows the view to rotate. I am using the ZXingDefaultOverlayView
as my overlay view copied from github.