How to treat CoreData entities with low memory usage
- by Emmettoc
Hello,
I tried CoreData for iPhone app, but it's memory-hogging when entity instances are fetched. After they are released, memory usage doesn't decrease at all. Is there any way to treat them in a low memory usage.
Thank you.