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

JQuery Autocomplete without using label, value, id -

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

JAVA - what is the difference between void and boolean methods? -