HybridCamera icon indicating copy to clipboard operation
HybridCamera copied to clipboard

adding camView to subview

Open dfmarulanda opened this issue 6 years ago • 1 comments

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. ¿

dfmarulanda avatar Sep 12 '19 22:09 dfmarulanda

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 ✌️

eonist avatar Sep 14 '19 20:09 eonist