For the AdoreMe iOS app (the ecommmerce startup I’ve been working since last year), a feature I’ve personally wanted to add for a long time while is integration with Spotlight search of the product categories pages.
Lately I’ve started working on it, and would like to share with you some of the insights I discovered and practices I used:
To keep things as decoupled as possible, I created a separate class SpotlightHelper where I placed all search-related functionality.