objective c - Is it possible to override the style of all UIButtons text -
We are using a third-party SDK that creates popup UIViews (looks like social icon content). Button text IOS7 is blue, but we need to override them.
I wonder if I have to go to the monkey patch SDK or I can override at another level?
follow the following
[[UIButton presence] setTitleColor: [UIColor purpleColor] forState: UIControlStateNormal]; In the
- (BOOL) Application :( UIApplication *) Finnish Launching Option: (NSDictionary *) Launch Option
and you'll change the color of all the buttons on the app.
To read this article more selectively
Comments
Post a Comment