ARC or Automatic Reference Counting tracks and manages app’s memory usage. ARC automatically frees up memory used by class instances when they are no longer needed. Reference counting applies only to class instances.
Team of Technologists.
ARC or Automatic Reference Counting tracks and manages app’s memory usage. ARC automatically frees up memory used by class instances when they are no longer needed. Reference counting applies only to class instances.