SwiftRichString
SwiftRichString copied to clipboard
There is a problem with the method running : convenience init?(image: Image?, bounds: String? = nil)
AttributedString(image: R.image.eye_open(), bounds: NSCoder.string(for: CGRect(x: 0, y: 20, width: 25, height: 25)))!
bounds string cannot generate CGRect
Looking at the source code requires this parameter format:"0,0,25,25"