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
Post a Comment