I am customizing MFMailComposeViewController
. For changing it's UI I detected the UIBarButtonItem
and changing it's appearance using:
[[UIBarButtonItem appearance]setTitle:@""];
I am getting crashed in my other classes where I used UIBarButtonItem
with text. I fixed those by using customView for the bar button. I am also using share kit in my app and now I am having crash in twitter login screen when keyboard appears with toolbar (In next/Previous and Done buttons).
Thanks.
UIBarButtonItem
appearance proxy does not have a method for setTitle
.
In the documentation you will find wich method are available for Customizing Appearance