I am using UISearchDisplayController to search and would like to add so more elements to each cell if that is possible. Did some searching but couldn’t find any information. The only way is to reproduce it with tableview. Is there any other properties i can set other then textlabel.text
Thanks in advance!
Yes you can set cell.imageView , cell.accessoryView , cell.BackGroundView .. etc.
read this UITableViewCell documentation for further information