LLSimpleCamera icon indicating copy to clipboard operation
LLSimpleCamera copied to clipboard

self.interfaceOrientation is deprecated on iOS 8

Open mofodox opened this issue 9 years ago • 0 comments

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!

mofodox avatar Sep 15 '15 12:09 mofodox