I have an idea of creating a custom iOS
camera app that could extend the camera's use. First of all I am thinking to just "borrow" or integrate the entire functions and UI
of the native iOS
camera app into my own app, for which means when I use my app to take a picture, the UI
would be exactly same as when I open the camera app and I can use it to switch between taking a picture, recording videos, taking squares, panos, SLO-MO... you name it.
Is there any way that we could do that? Is there any api or library or any import I can use to inject into my code? Any great tutorials about iOS
camera apps?
New to Swift
. Appreciate it everybody!