michaelarmstrong / SuperRecord

A small set of utilities to make working with CoreData and Swift a bit easier.
MIT License
366 stars 27 forks source link

Replacing NSStringFromClass(self) with String(self) for entityName #51

Closed andrewconlan closed 8 years ago

andrewconlan commented 8 years ago

You can now use String(self) for the entityName

https://www.natashatherobot.com/nsstringfromclass-in-swift/

michaelarmstrong commented 8 years ago

Nice one!