Vodca

Results 3 issues of Vodca

在iOS11以下的系统,kvo的监听会崩溃,An instance 0x7f9395d49750 of class SXLabel was deallocated while key value observers were still registered with it. Current observation info: 使用了textView的attachment `attributed.text = .init("\(.view(customLabel, .original(.center))) \(string)", .paragraph(.lineSpacing(7)))`

When `Bool` default value is 'true', can't save to realm I changed the demo ``` struct ToDoItem: Realmable { var id = UUID().uuidString var text = "" var isCompleted =...

```swift struct SmartModel: SmartCodable { @SmartAny var name: Any? @SmartAny var dict: [Any]? } struct SmartModel2: SmartCodable { var age: Int? } let dict: [String: Any] = [ "name": "Mccc",...