CoreSpotlight(简介)

使用CoreSpotlight库,可以使我们的应用在搜索栏添加检索内容,使用户快速搜索想要查询的内容,如下图所示。

Classes

  • NSObject
    • CSCustomAttributeKey 自定义关键key
    • CSIndexExtensionRequestHandler 应用扩展的索引桥梁。
    • CSPerson Spotlight可检索的人。
    • CSSearchableIndex 管理搜索条目。
    • CSSearchableItem 搜索的每个条目。
    • CSSearchableItemAttributeSet CSSearchableItem包含的元数据。
  • NSString
    • CSLocalizedString 描述性文字。

 

Appendix

Sample Code

Swift

Core Spotlight Framework Reference

App Search Programming Guide

Revision History

时间 描述
2016-01-28 博文完成

CSDN:http://blog.csdn.net/y550918116j

GitHub:https://github.com/937447974/Blog

你可能感兴趣的:(CoreSpotlight(简介))