qizh / QizhKit

Lots of small tools and extensions I use in my projects
5 stars 0 forks source link

extension Color 转 UIColor 无效 #3

Open czmCWH opened 6 months ago

czmCWH commented 6 months ago

let color = Color.red let scanner = Scanner(string: self.description.trimmingCharacters(in: CharacterSet.alphanumerics.inverted)) 后取的值无法转成 rgba

qizh commented 6 months ago

@czmCWH, you're welcome to create a pull request with an update.