ios - TabBarController - reload SecondViewController -


i making tabbarcontroller application using template provided xcode , need reload second view controller everytime clicked. how do ?

thanks

whenever tab bar switches view controllers, viewcontroller viewwillappear function called

so add code in viewwillappear function of uiviewcontroller


Comments

Popular posts from this blog

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

c++ - Accessing inactive union member and undefined behavior? -

php - Get uncommon values from two or more arrays -