简体   繁体   English

UIApplicationDelegate:是否有其他应用程序对“注释”的使用记录?

[英]UIApplicationDelegate: Is there any documented use of `annotation` by other applications?

When a document is opened in an application from another app, the file name passed into application:openURL:sourceApplication:annotation: is pretty nonsensical for display purposes.当从另一个应用程序在应用程序中打开文档时,传递给application:openURL:sourceApplication:annotation:的文件名对于显示目的来说是非常荒谬的。 The annotation portion of this message should contain an NSDictionary containing user information, like a friendly file name.此消息的注释部分应包含一个包含用户信息的NSDictionary ,例如友好的文件名。 Since the structure of this field is pretty loose, is there any site that has attempted to aggregate what different apps use when passing that meta-data to other applications?由于该字段的结构非常松散,是否有任何网站尝试汇总不同应用程序在将元数据传递给其他应用程序时使用的内容?

I realize that trying to account for all apps would likely be an exercise in futility, but being able to handle a few popular applications would be useful to try and accommodate.我意识到尝试考虑所有应用程序可能是徒劳的,但能够处理一些流行的应用程序将有助于尝试和适应。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 UIApplicationDelegate其他类中的函数 - UIApplicationDelegate Functions in Other Classes 有什么已知的方法可以在 macOS 中操作其他应用程序的 UI 元素吗? - Is there any known way to manipulate other applications' UI elements in macOS? UIApplicationDelegate问题 - UIApplicationDelegate question 如何使用ReactiveCocoa / RACSignal“ RACify” UIApplicationDelegate生命周期事件,例如didFinishLaunchingWithOptions? - How might I use ReactiveCocoa/RACSignal to “RACify” a UIApplicationDelegate lifecycle event like didFinishLaunchingWithOptions? iPhone:UIApplicationDelegate和启动图像? - iPhone: UIApplicationDelegate and Launch Images? 在运行时创建 UIApplicationDelegate 类 - Create UIApplicationDelegate class at runtime 不调用UIApplicationDelegate方法 - UIApplicationDelegate methods not being called 如何在Objective-C的扩展代码中重用核心数据? UIApplicationDelegate无法创建managedObjectContext,因为我们过去经常这样做 - How to re-use Core Data in Extension code in Objective-C? The managedObjectContext can't be created by UIApplicationDelegate as we use to do 是否可以继承UiApplicationDelegate协议? - Is it possible to subclass UiApplicationDelegate protocol? UIApplicationDelegate到WKInterfaceController数据传递 - `UIApplicationDelegate` to `WKInterfaceController` data pass
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM