ios8 - How do I change the text color of the button returned by displayModeButtonItem in iOS 8? -


in ios8 using splitviewcontroller present data. have custom color navigation bar (light blue) , set color title white. change color of text in displaymodebuttonitem white well, no matter do, stays default blue when displayed on iphone. when displayed on ipad white.

i have tried

    self.navigationitem.leftbarbuttonitem = [self.splitviewcontroller displaymodebuttonitem];  self.navigationitem.leftbarbuttonitem.tintcolor = [uicolor whitecolor]; 

but nothing. seems since button handled automatically ios, nothing can change it. there somewhere can intercept button , set color?

this tricky find. in interface builder, need to:

  1. find navigation controller master view controller.
  2. select navigation bar
  3. change tint

visual guide changing return button tint


Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -