I just need a code when I click on the button it closes my app and launches the Camera or Voice Memo app.
Code for both would be helpful.
Code I was using:
NSString *stringURL = @"videos:";
NSURL *url = [NSURL URLWithString:stringURL];
[[UIApplication sharedApplication] openURL:url];