Vodca

Results 3 comments of Vodca

I used your Example I just modified the `isCompleted` to `true` Then run the demo https://user-images.githubusercontent.com/13991864/138857898-986dc4db-272f-423e-8876-3d5967cad9bf.mov The `isCompleted` can't set to `false`

稳定复现,使用kvo的keypath的方式在iOS11以下好像要手动调用invalidate释放 调用代码 ```swift class SXTextView: UITextView { private let customLabel = UILabel() @objc var string: String? { didSet { customLabel.text = "交易备注" customLabel.font = .systemFont(ofSize: 12) customLabel.backgroundColor = #colorLiteral(red: 0.9098039216,...