I am developing an application for the iPhone, I have a class UIViewControllerwhere there are some flow animations, and by design I have 5 buttons on top of my view. Each button has a method IBActionwhen I click. I need to display a different set of flow around with different data, and the coverage counter also changes from the action of 1 button to another. My problem is how can I refresh my page (reload) when I click these buttons, since I know that explicit calling viewDidLoadis a very bad idea, so how can I do this? Any help is appreciated in advance, thanks.
source
share