Google News
logo
Swift - Interview Questions
What Is Automatic Reference Counting (ARC) in Swift?
Swift offers Automatic Reference Counting (ARC) to monitor and manage memory usage of our application. When class instances are no longer required, ARC automatically frees up the memory occupied by those instances.
Advertisement