LLSimpleCamera
LLSimpleCamera copied to clipboard
self.interfaceOrientation is deprecated on iOS 8
Hello there,
In LLSimpleCamera.h, self.interfaceOrientation is deprecated. Does changing it from self.interfaceOrientation to [[UIApplication sharedApplication].statusBarOrientation]; works?
stackoverflow thread for more detail.
Just for your info, I am currently testing out LLSimpleCamera on Xcode 7 GM.
Thank you!