Memory management in Swift (Part 2)
Preface Continuing with the previous post we know how ARC works in swift and when phenomena occur strong reference cycle, in this article we will learn how to deal with the above dangerous phenomenon, at the same time will learn more about some other dangerous phenomena and how to solve them through this article. To […]
Continue Reading