algolia / instantsearch-ios-examples

Example apps built with InstantSearch iOS
https://community.algolia.com/instantsearch-ios/
MIT License
66 stars 19 forks source link

Where should i give the JSON URL path which to load all the content just like image, name and price #8

Closed rajkumar0143 closed 6 years ago

spinach commented 6 years ago

Hey @rajkumar0143 ,

Thank you for contacting us. In order to help you more, can you tell us a bit more about what you are trying to achieve? Some code sample or screenshot could help in understanding better what you are trying to achieve.

Thanks!

rajkumar0143 commented 6 years ago

I have URL path which contain Product name, image and price which to load in table view and then start filter instant search core swift according name, The example given JSONObject but i didn't find where did you get content to display to in table view

spinach commented 6 years ago

Hey @rajkumar0143 ,

You can follow this guide here on how to display your content with instant search core. You can also use InstantSearch, here is the getting started guide.