Bohachevskyy

Results 5 comments of Bohachevskyy

Please check this out #263 It looks like duplication. Basically you have to provide view size intrinsic or provide constraints by which auto layout can calculate view size. That helped...

@specc you are right, the reason is that `captureSessionDidStartRunning` method isn't called. This method receives notification from event named `AVCaptureSessionDidStartRunning`. Subscription happens in `viewWillApear`. Make sure that you call `super.viewWillAppear`...

I have some problem @mwailoon Did you find solution?

Thank you @yatch999 I have used your code. All works well. But app doesn't handle different menu side and custom side menu frame. I've created PR to your repo. With...

Hello everyone. Fully working this feature you can find in PR #162