When adding more than five view controllers in a Tab Bar Controller, the iPhone SDK automatically adds a "More..." tab to organize them.
I found that Tab Bar Controller has a moreNavigationController property, and I changed the tint, but I would like to change the title from "More" to "Más", in Spanish, as in the "Music" app from Apple. Is that possible? Thank you.
I found that Tab Bar Controller has a moreNavigationController property, and I changed the tint, but I would like to change the title from "More" to "Más", in Spanish, as in the "Music" app from Apple. Is that possible? Thank you.