ios - Calling loadView method to reload the uiview -


i have case subviews of viewcontroller (say a) declared in loadview method. when remove viewcontroller's view (say b) superview , add viewcontroller a's view superview, how can reload view? subview b on top of subview , when remove b should looking @ update subview a.

simply removing view doesn't destroy it. if have destroyed view (by calling [viewcontroller setview:nil]), calling [viewcontroller view] reload view. should never call loadview - system you.


Comments

Popular posts from this blog

php - render data via PDO::FETCH_FUNC vs loop -

javascript - Which segment of a polyline was clicked? -

c# - Avoiding duplicate methods for Task and Task<T> -