In this post we will have a look to alternative way how can we handle memory management without leaking implementation details in our components and using ‘weak’ properties all over our code base. Usually when we are dealing with delegation we usually tend to use weak properties for achieving our goal. I believe that this […]