Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在我的应用程序中从 iBooks 打开文档?我发现只有:
NSString *stringURL = @"itms-books:"; NSURL *url = [NSURL URLWithString:stringURL]; [[UIApplication sharedApplication] openURL:url];
但是这样我只能从我的应用程序中打开 iBooks。
不,这是不可能的,没有从 iBooks 获取文档的 API。