Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow setting UITabBarItem.title to default value (#5280)
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`.
- Loading branch information