Khairul Akmal
Khairul Akmal
Hi I have the error message saying 'Module not found.' You can take a look on the screenshot below: Please help! Thank you 🙏
Hello, Just a question: Do you have any plans for this library to have Cocoapods compatibility? ;) PS: This is a great library ;)
Hello, I must this is an easy and awesome pod. I'm currently using this on a Swift project. I added the pre-requisites stuff to import Objective-C code to Swift. But...
Hi, I followed your tutorial but currently I'm having this [error](http://imgur.com/a/Z2Jnm). I can't really fix the problem. I followed exactly the same as your tutorial! ;) Thank you!
Hello there, In LLSimpleCamera.h, self.interfaceOrientation is deprecated. Does changing it from self.interfaceOrientation to [[UIApplication sharedApplication].statusBarOrientation]; works? [stackoverflow thread](http://stackoverflow.com/a/30082974) for more detail. _Just for your info, I am currently testing out...