ios - Method called on BringSubviewToFront? -


is there method called on view when using bringsubviewtofront?

i have container view switch between list view , map view. want map zoom in location when switch it, since map view loaded before switch it, viewdidload method not called when switch. how around this? there method called when switching within container view? if understand correctly embed segue called on loading of container view?

anyway, appreciated. if need post code, please let me know.

thanks

add method :- triggering new view layout event, following method fired:-

-(void)viewwilllayoutsubviews {     //this method fire while add or switch view or bringsubviewtofront in view controller   } 

just put breakpoint, , check!


Comments

Popular posts from this blog

javascript - Karma not able to start PhantomJS on Windows - Error: spawn UNKNOWN -

c# - Display ASPX Popup control in RowDeleteing Event (ASPX Gridview) -

Nuget pack csproj using nuspec -