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

Open Camera on Start Up #20

Closed
gkrizek opened this issue Aug 29, 2015 · 4 comments
Closed

Open Camera on Start Up #20

gkrizek opened this issue Aug 29, 2015 · 4 comments

Comments

@gkrizek
Copy link

gkrizek commented Aug 29, 2015

Hello,

I was wondering if you could show me how to make the camera launch when you first open the app instead of pushing a button to make it come on.

Thanks!

@GabrielAlva
Copy link
Owner

Hi,
You can make the Instance of the CameraSessionView on the AppDelegate's didFinishLaunchingWithOptions function and set it as the root view controller. Let me know if you need more help.

@juliabenson
Copy link

i would love to show you but do i have to know how to code?

Julia Benson

On Aug 29, 2015, at 12:52 AM, Gabriel Alvarado notifications@github.com wrote:

Hi,
You can make the Instance of the CameraSessionView on the AppDelegate's didFinishLaunchingWithOptions and set it as the root view controller.


Reply to this email directly or view it on GitHub.

@gkrizek
Copy link
Author

gkrizek commented Aug 29, 2015

I still learning and teaching myself these things as I go.

Could you show me some sample code for that? Thanks!!

@GabrielAlva
Copy link
Owner

Follow the instructions on the Usage section of the lib. If you would like to display the camera on startup, then just include the code on that same section on the viewDidLoad of the first view controller that gets presented.

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

3 participants