Open czmCWH opened 8 months ago
let color = Color.red let scanner = Scanner(string: self.description.trimmingCharacters(in: CharacterSet.alphanumerics.inverted)) 后取的值无法转成 rgba
@czmCWH, you're welcome to create a pull request with an update.
let color = Color.red let scanner = Scanner(string: self.description.trimmingCharacters(in: CharacterSet.alphanumerics.inverted)) 后取的值无法转成 rgba