Avoid strong reference cycles
With the introduction of ARC, memory management became easier. However, even though you don’t have to worry about when to retain and release, there are still a few rules you need to know in order to avoid memory problems. In Continue reading Avoid strong reference cycles