After i heard about ARC feature and how it is reduced dealing with memory i have converted my application which building dynamic forms but still when i make synchronization (Writing huge data on CoreData) from web-service.Is there any guide lines should apply it on application to utilized ARC technology .Our log show that there is a (Received memory warning. Level=1)
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
Using ARC doesn't magically reduce memory usage - it prevents human error from making memory-consuming mistakes. There is still great importance in understanding reference counting and general memory management in Objective-C even though you're utilizing ARC. |
|||