Search code examples
iphoneiosios5uibarbuttonitemuiappearance

Customizing "Done" Bar Button on top of UIKeyboard using UI Appearance?


I've customized my navigationBar UIBarButtons using appearance in ios 5. However it is also editing the appearance of the DONE bar button on top of my keyboard (look at the image below to understand the button I'm talking about). How can I access that button's class, so I can customize that button separately?

enter image description here

Thank you!!!


Solution

  • This could be proper answer for your question.