0

I want to change the color in the UIMenuItem. I have changed the color of [UIButton appearance] and this affects the UIMenuItems (copy/paste/etc).

Is there a way to set another text color than the button text color?

netshark1000
  • 7,245
  • 9
  • 59
  • 116
  • What do you mean by System wide? – Bhumit Mehta Sep 17 '14 at 05:12
  • I mean all over the app – netshark1000 Sep 17 '14 at 17:38
  • I would think you would use `UIAppearance` to change when `UILabel` [when contained in (docs link)](https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIAppearance_Protocol/#//apple_ref/occ/intfcm/UIAppearance/appearanceWhenContainedIn:) `UIMenuItem`. I have been able to change the background color to the menu item button, but it does not display well with the original shape of the menu item. How did you do it? – fearmint Nov 18 '14 at 17:29

0 Answers0