AliSoftware / OHAttributedLabel

UILabel that supports NSAttributedString
https://github.com/AliSoftware/OHAttributedLabel/wiki
1.51k stars 344 forks source link

Highlight text color #148

Closed ryanmsusa closed 10 years ago

ryanmsusa commented 11 years ago

Is there any way to have a text label 2 colors and also have the highlight color 2 colors.

By highlight color I mean for example when pressing on a tableviewcell

AliSoftware commented 10 years ago

You want only one OHAttributedLabel with an attributedString composed of multiple colors, or multiple OHAttributedString with a different color each?

For the second case, the solution is obvious: configure each instance with the wanted color.

For the first case, it is not currently possible. But we could imagine adding a delegate method that works the same way it does for the linkColors (see lines 240 and 250 of OHAttributedLabel.m), using the color returned by the delegate if the delegate method is implemented, and the color in the property if not. Feed free to propose a pull request for that (sorry but I won't have time to add that code myself, but if you do I can easily merge)

DZamataev commented 10 years ago

Certainly not OHAttributedString but NSAttributedString.

TamilRaja commented 10 years ago

HI

I have change the background colour using singleton class. Any ideas or sample code (IOS) .