MCPcopy Index your code
hub / github.com/NativeScript/NativeScript / onUnloaded

Method onUnloaded

packages/core/ui/tab-view/index.ios.ts:374–385  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

372 }
373
374 public onUnloaded() {
375 if (this._ios) {
376 this._ios.delegate = null;
377
378 if (this._ios.moreNavigationController) {
379 this._ios.moreNavigationController.delegate = null;
380 }
381 }
382 // Avoid retaining custom view when unloading
383 this._applyBottomAccessory(null, false);
384 super.onUnloaded();
385 }
386
387 // @ts-ignore
388 get ios(): UITabBarController {

Callers 2

applySelectorsFunction · 0.45
onUnloadedFunction · 0.45

Calls 1

_applyBottomAccessoryMethod · 0.95

Tested by

no test coverage detected