I don’t think it’s possible to implement NSSortDescriptor without KeyValueCoding, which is not possible with the current Swift.
-Kenny > On Jan 13, 2017, at 9:31 AM, Sergej Jaskiewicz via swift-corelibs-dev > <[email protected]> wrote: > > Hello, Swift community. > > I would like to participate in implementing NSSortDescriptor. Has anybody > already been doing anything with this part of Foundation? If not, I’d be glad > to take this task and see what I can come up with. > > Is there anything I should know before I start? I mean some unobvious > subtleties with NSSortDescriptor. > _______________________________________________ > swift-corelibs-dev mailing list > [email protected] > https://lists.swift.org/mailman/listinfo/swift-corelibs-dev _______________________________________________ swift-corelibs-dev mailing list [email protected] https://lists.swift.org/mailman/listinfo/swift-corelibs-dev
