I'm stuck, again . My search bar has its data source from a .plist, it search the text fine, but I just can't find the way to give each text(cell) its own image. How can I say: From this SearchResult (data) add the text and also add a particular image.
I have his code I'm trying to modify:
This shows up the text only when I use the searchbar but what do I need to add the image to each particular cell (preferably from the .plist)
Thanks
I have his code I'm trying to modify:
Code:
NSString *cellValue = self. searchresult [indexPath: index.row]
self.textLabel.text = cellValue
This shows up the text only when I use the searchbar but what do I need to add the image to each particular cell (preferably from the .plist)
Thanks