I am sending argument in xml feed from search bar to php page.
now what i want to do is to display no result found in table view if no match found against that argument….
Can any body tell how to do. that….
I am sending argument in xml feed from search bar to php page. now
Share
If you use a
UISearchDisplayControllerit will display the message automatically when zero results are found. It also does a couple of other nice things.