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