Xcode – UISearchBar: passing data; Title that is clicked on does not correspond with data that is shown in ListViewController – Swift
I'm currently having an issue with my UISearchBar. So when I search for a word, the UISearchBar returns the data that matches the letter(s)/word that I typed. However, when I click one of the tableview cells, the (title) data does…