zipme / RQShineLabel

Secret app like text animation
MIT License
1.97k stars 218 forks source link

Color of text? #6

Closed Steven4294 closed 10 years ago

Steven4294 commented 10 years ago

I've been having trouble getting this to work with a black/dark colored text. I know RQShineLabel defaults to using a white text color, but does it currently support different color texts? If not has anyone forked this to support that?

Thanks.

zipme commented 10 years ago

By setting the textColor property you can change the default text color. Something like label.textColor = [UIColor redColor]; would do