In iOS development you are using ARC almost all of the time. However, sometimes you have to disable ARC for Objective-C files.
ARC – Automatic Reference Counting
In the early days of iOS development, memory management played a major role. Because a traditional garbage collection was too inefficient for a mobile