()
| 609 | |
| 610 | @profile |
| 611 | public onLoaded() { |
| 612 | super.onLoaded(); |
| 613 | if (this._isDataDirty) { |
| 614 | this.refresh(); |
| 615 | } |
| 616 | this.nativeViewProtected.delegate = this._delegate; |
| 617 | |
| 618 | // Setup search controller if enabled |
| 619 | if (this.showSearch) { |
| 620 | this._setupSearchController(); |
| 621 | } |
| 622 | } |
| 623 | |
| 624 | // @ts-ignore |
| 625 | get ios(): UITableView { |
nothing calls this directly
no test coverage detected