tmdvs/TDBadgedCell

Text color

Closed this issue · 4 comments

This might be a silly question, if we have a table that is not the standard white, who can we set the text color within the badge.

It appears that it is transparent, I'm just trying to get it to be a different color.

Hello!

Thanks for taken the time to send me a message about this. The current way the badge draws is to rasterise the badge layer and then use quartz core blending modes to "cut" the text out of the shape.

I do however realise this is something that would add to the value of the class and have added it to my todo list. Hopefully I can get it implemented within the next week or so. Thank you for the idea!

Tim.

Sent from my iPad

On 27 Mar 2012, at 04:15 PM, ob1jabronireply@reply.github.com wrote:

This might be a silly question, if we have a table that is not the standard white, who can we set the text color within the badge.

It appears that it is transparent, I'm just trying to get it to be a different color.


Reply to this email directly or view it on GitHub:
#12

Thought I best provide a status update on this issue. I'll be implementing it before the end of the week.

Wow, that was a quick turnaround. I'm looking forward to seeing what you did to fix this.

Thank You.

Hi, did you have any success with this implementation, I would also find this feature useful. Thanks for sharing.