[Solved] how to reload whole tableview controller from other class [closed]
for that you can use Local-notification to reload the tableview controller from other class or view-controller you need to set one observer in uitableviewcontroller .m file and trigger it from other class where you want it to reload the tableview you can achieve this by doing this add this trigger to the other class from … Read more