PanelTableView icon indicating copy to clipboard operation
PanelTableView copied to clipboard

Force-reload PanelTableView data?

Open dylanhand opened this issue 11 years ago • 0 comments

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:

  1. Load the view
  2. Ping the network for fresh data
  3. Reload the panelViews based on that data

Any advice is helpful. Cheers.

dylanhand avatar Mar 17 '14 18:03 dylanhand