PanelTableView
PanelTableView copied to clipboard
Force-reload PanelTableView data?
First of all, thanks for building this. It has been very helpful in my app.
Is there a way to force-reload data, similar to UITableView's realoadData method?
In my app I need to:
- Load the view
- Ping the network for fresh data
- Reload the panelViews based on that data
Any advice is helpful. Cheers.