-
Notifications
You must be signed in to change notification settings - Fork 194
Is there a Swift version coming out? #109
Comments
It's unlikely that ObjectiveRecord will ever become pure-Swift given that it has to piggyback on Core Data, which is not, though I guess I should never say "unlikely ever". The road to ObjectiveRecord being at the least more pleasant to use with Swift in the meantime:
Sadly, both our attentions have been elsewhere lately, but maybe @supermarin can weigh in more. |
I did make a start, but am time constrained too at the moment to finish it out. https://github.com/dglancy/SwiftRecord/tree/dg/dev |
Popped a SwiftRecord |
@zaiddag Neat! Though couldn't you get rid off all that forced casting by using |
@stephencelis sadly no. Calls to Core Data like |
I've been using your library for quite some time now and love it. Also fully made the transition to Swift.
Can you tell me if and when there will be a Swift version coming out? I'd love use it! If you need testers for this let me know!
Cheers,
Sidney
The text was updated successfully, but these errors were encountered: