TOYAMA Yosaku

Results 1 issues of TOYAMA Yosaku

Want to apply KeyPath to sort by multiple condition. ex) ``` realm.objects(SwiftObject.self).sorted(by: [SortDescriptor(keyPath: \SwiftObject.stringCol, ascending: false), SortDescriptor(keyPath: \SwiftObject.intCol, ascending: true)]) ``` Sorry to skip writing tests :persevere: