Explain the concept of ARC in simple words?



  • Automatic Reference Counting, or ARC for short, is a memory-management method used in iOS development. Simply said, it maintains track of the number of things that are currently consuming a specific chunk of memory, and when none are, that memory is immediately deallocated (freed up) to be used elsewhere. If you want to manage this aspect of your iOS, the best way is to get an iOS app development company to work on it.


Log in to reply