I have a UIPageViewController which has three childViewControllers. Those childViewControllers are disyplaying charts with are automatically updated each 5 seconds with dynamic data feteched from a network connection.
How do I automatically refresh the content of the childViewControllers inside the UIPageViewController?