ios - Change UIButton's default titleColor -


I seek the easy way to set the UIButton default titlecolor The app is initially for custom one but I want to respect the case when titlecolor is not the default and the custom value is [[UIButton presence] setTitleColor: forState:] Allows me to set custom colors for all buttons at once, though it has already been set to a custom color. Is there a faster way to override the default title color and respect custom colors at the same time?

Use

presence as you would like to set up globally (All Buttons) and Example Method [Button Settiller: [UIColor blackcolor] forState: UIControlStateNormal] To set the color for a button.


Comments

Popular posts from this blog

import - Python ImportError: No module named wmi -

Editing Python Class in Shell and SQLAlchemy -

c# - MySQL Parameterized Select Query joining tables issue -