UYUlugbek Yusupovinswiftydev.hashnode.dev·Jun 1, 2021 · 5 min readImportant concept series in iOS DevelopmentARC ( 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...00