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

Popular posts from this blog

scala - Play Framework - how to bind form to a session field -

Django Celery - running scheduled tasks -

perl - 'Unquoted string ".." may clash with future reserved word' but only when package is used -