标签:blog http io ar os sp strong on log
被调用app配置
- (BOOL)application:(UIApplication *)application openURL:(NSURL *)url sourceApplication:(NSString *)sourceApplication annotation:(id)annotation {
}
调用app的配置
NSURL *url = [NSURL URLWithString:@"myapp:"];
[[UIApplication sharedApplication] openURL:url];
只需要上面的两行代码
标签:blog http io ar os sp strong on log
原文地址:http://www.cnblogs.com/flyingdreaming/p/4155414.html