marcoarment / FCModel

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

Added swift caveats for initializing the db #153

Closed valeIT closed 4 years ago

valeIT commented 6 years ago

If you just follow the README blindly the code won't work with swift.

NSClassFromString has a diffent behavior if it's called on an Objective-C class or a Swift class.