Search code examples
objective-cioscocoa-touchuitabbar

Tab bar, reload every time tab is pressed


I am creating an app in which I have five tabs. I need to reload each controller every time when tab is pressed.


Solution

  • Put the code you want to reload, in the view will appear or in view did appear of all the view.

    All the best.