SwiftPageMenu icon indicating copy to clipboard operation
SwiftPageMenu copied to clipboard

How to empty the tableview when API response has no data?

Open kalyanpkumar opened this issue 6 years ago • 1 comments

I am loading the data into the table view from the API and the tab menu is dynamic too. When the API response doesn't have any data, then we are able to remove the tab menu but not able to empty the table view. So how can we empty the table view?

kalyanpkumar avatar Oct 03 '19 15:10 kalyanpkumar

@kalyanpkumar I think you need to keep the last tab menu list or prepare default tab menu list if you want to do that.

tamanyan avatar Oct 04 '19 12:10 tamanyan