I'm trying to solve this problem with no luck. I have a search bar and search a display controller inside table view controller.
Everything works fine - I make the server call to search the endpoint when user clicks the "Search" button and display the results. But the problem is I do not want to show No results
in the table view before user clicks Search.
Instead of that I prefer to show default dark overlay.