Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 577 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 577 Bytes

CoreSpotlightDemo

Core Spotlight Demo

  • This application gives list of States, capital and population.
  • User can search for states and view details.
  • Delegate methods for search bar have been implemented.
  • There is lag in starting the search after user has typed initial search characters.
  • As user visits the details of each state it is added to core spotlight index. So user can search for state from corespotlight also.

This project shows implementation of NSUserActivity and Core spotlight framewrok. It shows addition to search results and deletion of indexes.