Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 387 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 387 Bytes

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