The default value for `UITabBarItem.title` is `nil` as specified by the docs: > You should set this property before adding the item to a bar. The default value is nil. https://developer.apple.com/documentation/uikit/uibaritem/1616412-title This changes allows for this to be `nil`.
|
||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
15 |
|
|
15 |
|
|
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|