Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Nekbeth

macrumors regular
Original poster
Feb 20, 2011
101
0
Vatican City
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:

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
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.