我正在使用iOS运行时头来启用ios中的热点. 链接
NSBundle *b = [NSBundle bundleWithPath:@"/System/Library/PrivateFrameworks/Sharing.framework"];
BOOL success = [b load];
Class SFRemoteHotspotSession=NSClassFromString(@"SFRemoteHotspotSession");
Run Code Online (Sandbox Code Playgroud)
我如何实现以下方法来启用热点: -
- (void)enableHotspotForDevice:(id)arg1 withCompletionHandler:(id /* block */)arg2;
Run Code Online (Sandbox Code Playgroud) 我正在使用QLPreviewController来预览文档.但我不知道如何显示存储在服务器上的文档.