Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to open Photo app from UIViewController?

I have some possible results for How to open Photo App from uiviewcontroller in button Action. It's like a Facebook authentication screen open, that means when user click uibutton, it will minimize the native app and open the photo app. Is this possible for both ios 6 and ios 7 versions.

Kindly give some possible results if you are know?

If any body give the solutions I really appreciate to you.

like image 450
user1915959 Avatar asked Mar 01 '14 13:03

user1915959


1 Answers

UIApplication.shared.open(URL(string:"photos-redirect://")!)
like image 159
Jigar Thakkar Avatar answered Oct 03 '22 03:10

Jigar Thakkar