()
| 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 { |
no test coverage detected