CountdownLabel icon indicating copy to clipboard operation
CountdownLabel copied to clipboard

CountdownAttributedText Bug

Open caihua opened this issue 6 years ago • 0 comments

countdownLabel7.setCountDownTime(minutes:400) countdownLabel7.animationType = .Evaporate countdownLabel7.timeFormat = "HH:mm:ss" countdownLabel7.countdownAttributedText = CountdownAttributedText(text: "x HERE 后结束", replacement: "HERE", attributes: [NSAttributedStringKey(rawValue: NSAttributedStringKey.foregroundColor.rawValue) : UIColor.red]) countdownLabel7.start() { self.countdownLabel7.text = "已经结束" }

It is not works good look.

caihua avatar Aug 13 '18 04:08 caihua