HybridCamera
HybridCamera copied to clipboard
adding camView to subview
I'm working on my own implementation of this library; but when i try to add the camView as subview instead of overriding self.view; it doesn't work. ¿
From the top of my head:
- Did you set a frame to the subview?
- did you add the subview to self.view?
- did you set a frame to self.view?
- can you test by setting a backgroundColor to the different views, to make sure everything is being added etc?
If the doesn't work, ill look deeper ✌️