SwiftPageMenu
SwiftPageMenu copied to clipboard
How to empty the tableview when API response has no data?
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 I think you need to keep the last tab menu list or prepare default tab menu list if you want to do that.