I have successfully implemented a camera capture function with overlay templates on it. All is working fine. But when i close the app, and re-enters again, the camera view is not longer there. What i see will be the view from the view controller without the camera view.
Yet, the problem also remains where i can still capture and save a photo even when the camera view is not on, with only the plain background view as seen on my view controller.
Does anyone have any idea on how i may solve this? such that the camera view will still appear upon re-entering the app after closing it. Would appreciate very much for your help!