vermont42 / JFATabBarController

JFATabBarController is a replacement for UITabBarController that allows the user to scroll to an arbitrary number of tab-bar items.
Other
73 stars 8 forks source link

Localization for an Excellent Tool !!!! #1

Closed geogerar closed 8 years ago

geogerar commented 9 years ago

Hello, First of all I would like to Thank you for your excellent tool and your nice job. I want to use your tool in one of my apps I am developing now. I want to please you if you can to add localization for the labels in tabBarItems like in UITabBarController "[[tb.tabBar.items objectAtIndex:0] setTitle:[TSLanguageManager localizedString:@"Pulse"]]"

Thank you very much again

George Gerardis

vermont42 commented 8 years ago

I prefer not to add a third-party dependency for localization. TLLanguageManager looks like a great library, though.