I am working on camera app and want to open camera roll folder from my application. With the help of this code
"UIApplication.shared.open(URL(string:"photos-redirect://")!)"
i am able to open photos app from my app but i want to open specific camera roll folder folder from my app.
Thank you