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.
在应用程序委托中,有这个方法
- (BOOL)application:(UIApplication *)application openURL:(NSURL *)url sourceApplication:(NSString *)sourceApplication annotation:(id)annotation {
我想知道“注释”是什么?另外,我将如何使用它/查看它以查看它包含的内容?
谢谢
注释:源应用程序提供的属性列表对象,用于将信息传递给接收应用程序。
这是触发 url 打开的应用程序想要与您分享的内容。
UIApplicationDelegate 苹果文档
它是一本字典。我只发现它在从移动 Safari 打开深度链接时确定引荐来源网址很有用: