使用CoreSpotlight库,可以使我们的应用在搜索栏添加检索内容,使用户快速搜索想要查询的内容,如下图所示。
Classes
- NSObject
- CSCustomAttributeKey 自定义关键key
- CSIndexExtensionRequestHandler 应用扩展的索引桥梁。
- CSPerson Spotlight可检索的人。
- CSSearchableIndex 管理搜索条目。
- CSSearchableItem 搜索的每个条目。
- CSSearchableItemAttributeSet CSSearchableItem包含的元数据。
- NSString
- CSLocalizedString 描述性文字。
Appendix
Sample Code
Related Documentation
Core Spotlight Framework Reference
Revision History
时间 | 描述 |
---|---|
2016-01-28 | 博文完成 |