rx-swiftuitabbaritem

Localize UITabBarItem in RxSwift


How can I localize UITabBarItem and add set images for selected and unselected case in RxSwift ?


Solution

  • You don't use Rx for something like this. Just use NSLocalizedString(_:comment:)