Build performant iOS applications — In this article, I would like to explain what the concepts of retain cycle and memory management are, and how you can improve your iOS app by simply knowing these concepts. In Swift or any other OOP language, every instance is either a value type or a reference type. Value…