Access contact image from address book based on name
Err,I have been pulling my hair thinking about a way from quite a few days.I have retrieved all contacts names and placed in an array using dictionary. What I have is a model class holding a list of names,now I want to search the location of name in contacts list,depending on which I can retrieve the required contact image. Initially googled and found out an unanswered question not pretty much similar to my requirement,the same can be glanced here I tried several ways,the below is one way I have implemented: EDIT - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath: