Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding camView to subview #27

Open
dfmarulanda opened this issue Sep 12, 2019 · 1 comment
Open

adding camView to subview #27

dfmarulanda opened this issue Sep 12, 2019 · 1 comment

Comments

@dfmarulanda
Copy link

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

@eonist
Copy link
Owner

eonist commented Sep 14, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants