84669 person learning
152542 person learning
20005 person learning
5487 person learning
7821 person learning
359900 person learning
3350 person learning
180660 person learning
48569 person learning
18603 person learning
40936 person learning
1549 person learning
1183 person learning
32909 person learning
欢迎选择我的课程,让我们一起见证您的进步~~
This thing is called UTI, Uniform Type Identifiers
You can read Apple’s documentation here
https://developer.apple.com/library/ios/documentation/FileManagement/Conceptual/understanding_utis/understand_utis_declare/understand_utis_declare.html
1. First, register the file types you can open in info.plist
Then if someone chooses to use your App to open this file, this function will be called. You can implement it:
(BOOL)application:(UIApplication )application openURL:(NSURL )url sourceApplication:(NSString *)sourceApplication annotation:(id)annotation
You can also open a controller here
That’s almost it, you should be able to pull it out once you find the direction. . If you want a demo. . I can masturbate too. . (Allow me to fill in the gaps later)
This thing is called UTI, Uniform Type Identifiers
You can read Apple’s documentation here
https://developer.apple.com/library/ios/documentation/FileManagement/Conceptual/understanding_utis/understand_utis_declare/understand_utis_declare.html
1. First, register the file types you can open in info.plist
Then if someone chooses to use your App to open this file, this function will be called. You can implement it:
(BOOL)application:(UIApplication )application openURL:(NSURL )url sourceApplication:(NSString *)sourceApplication annotation:(id)annotation
You can also open a controller here
That’s almost it, you should be able to pull it out once you find the direction. . If you want a demo. . I can masturbate too. . (Allow me to fill in the gaps later)