When a task is overdue

Hi guys!!!

Seeking help because I am lost on proceeding further on this matter, I’m trying to create an app where the calendar syncs up ur to do list and prioritize events. I’m trying to execute this; When a task is overdue the due date label text should be red and I don’t know how to go about it

Any suggestions?!?

cheers!
Luis

Can you provide some details of your code.

If you reference the label, you can set the textColor like this:

yourTextLabel.textColor = UIColor.red

Hi Chris!!

That actually gave me an idea and helped, thank you!!!