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