arorajatin / RetainCyclesDemoSwift

This project gives a demo and step-by-step commits to remove retain cycles in difference scenarios

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RetainCyclesDemoSwift

This project gives a demo and step-by-step commits to remove retain cycles in difference scenarios

Retain cyles cause memory leaks. They are bad for your app as well as for the ecosystem. This project has step-by-step commits to remove the retain cycles in different scenarios.

The scenarios covered are mentioned below:

  1. Timers
  2. Blocks
  3. Network Calls

About

This project gives a demo and step-by-step commits to remove retain cycles in difference scenarios


Languages

Language:Swift 100.0%