2014-10-11 51 views

回答

0

我相信这是你要找的内容(不能完全肯定,因为你的问题是不是很描述)。

NSURL *url = [NSURL URLWithString:@"instagram://user?username=USERNAME"]; 
if ([[UIApplication sharedApplication] url]) { 
    [[UIApplication sharedApplication] url]; 
} else { 
// handle the issue 
} 

否则,请参阅instagram api here