marcoarment / FCModel

An alternative to Core Data for people who like having direct SQL access.
MIT License
1.65k stars 173 forks source link

Fix issues that prevent FCModel from working with Swift #134

Closed kirb closed 8 years ago

kirb commented 8 years ago

Issue still unfixed: Swift enums don’t seem to work? Probably because they’re more like Swift objects and not just a primitive type. (Edit: You can just mark the enum as @objc to fix that.)

I learned of this project last night, I learned of CompactConstraint a few days ago, and I started using Overcast (again) last week. It’s been a Marco kind of month for me. :+1: for all you do.

jasonsilberman commented 8 years ago

👍🏻 I've been doing basically this in my hacked version of FCModel. So glad someone actually made a PR for it.