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

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -