magicalpanda / MagicalRecord

Super Awesome Easy Fetching for Core Data!
Other
10.8k stars 1.79k forks source link

Use *MR_findxx* ,the return array contains subclass instance #1300

Open DoradoIs90 opened 7 years ago

DoradoIs90 commented 7 years ago

I have a superclass named Topic and a subclass named TopicDetail .When a use [Topic MR_findAllWithPredicate:predicate]. The return array contains TopicDetail.Is there something to set if I what the return array only contains Topic instance.