IOS How to open iPod application

NSString *stringURL = @"music:";
NSURL *url = [NSURL URLWithString:stringURL];
[[UIApplication sharedApplication] openURL:url];

Comments

Popular posts from this blog

Install DNF in RHEL/CentOS 7

IOS How to create movie from images

PostgreSQL - Numeric Function