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

Method onLoaded

packages/core/ui/list-view/index.ios.ts:611–622  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 2

refreshMethod · 0.95

Tested by

no test coverage detected