Important concept series in iOS Development
ARC ( Automatic Reference Counting) is memory tracking management system of Swift language. It does so by deleting the objects from the memory after (job is done) its reference count is zero.
When creating the instance of a class, Swift remembers th...
swiftydev.hashnode.dev5 min read