ios - dismissViewControllerAnimated doesnt load viewDidLoad again -
i have tried few things havent worked (more things have thought of).
when using [self dismissviewcontrolleranimated:yes completion:nil]; need run viewdidload method of controller going to.
how can this? thought maybe in completion however, access viewdidload of class rather of 1 im resuming to.
viewdidload method called once. after dismissviewcontrolleranimated called parentviewcontrollers viewwillappear method called. 
write code viewdidload viewwillappear
Comments
Post a Comment