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

Function applyStatesToItem

packages/core/ui/tab-view/index.ios.ts:993–996  ·  view source on GitHub ↗
(item: UITabBarItem, states: TabStates)

Source from the content-addressed store, hash-verified

991 return result;
992}
993
994function applyStatesToItem(item: UITabBarItem, states: TabStates) {
995 item.setTitleTextAttributesForState(states.normalState, UIControlState.Normal);
996 item.setTitleTextAttributesForState(states.selectedState, UIControlState.Selected);
997}

Callers 3

_updateMethod · 0.85
setViewControllersMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected