MortimerGoro / MGSwipeTableCell

An easy to use UITableViewCell subclass that allows to display swippable buttons with a variety of transitions.
MIT License
6.97k stars 1.08k forks source link

Can't change title color #327

Closed mediym41 closed 5 years ago

mediym41 commented 5 years ago

I use MailAppDemoSwift, try to change color for title trash.titleLabel!.textColor = UIColor(red: 0.4, green: 1, blue: 0.6, alpha: 1) print(trash.titleLabel!.textColor)

output: Optional(UIExtendedGrayColorSpace 1 1) not custom color