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

Method updateFills

packages/core/ui/action-bar/index.ios.ts:367–375  ·  view source on GitHub ↗
(navBar: UINavigationBar)

Source from the content-addressed store, hash-verified

365 }
366
367 private updateFills(navBar: UINavigationBar) {
368 const color = this.color;
369 this.setColor(navBar, color);
370
371 this._setBackgroundColor(navBar, this.style.backgroundColor);
372 this._createBackgroundUIImage(navBar, this.style.backgroundImage, (image: UIImage) => {
373 this._setBackgroundImage(navBar, image);
374 });
375 }
376
377 private setColor(navBar: UINavigationBar, color?: Color) {
378 if (!navBar) {

Callers 1

updateMethod · 0.95

Calls 4

setColorMethod · 0.95
_setBackgroundColorMethod · 0.95
_setBackgroundImageMethod · 0.95

Tested by

no test coverage detected