Mantle / MTLManagedObjectAdapter

Core Data support for Mantle

Home Page:https://github.com/Mantle/Mantle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"deleted" field does not converting right.

mNizhurin opened this issue · comments

I have model, with field "deleted". Since xcode 7.1 this field can not be converted from managed object to model. It's always equals 0, no matter what is stored in managed object.
Interesting, that from model to managed object conversion is working as expected.