Closures face the same challenges that classes do when it comes to memory management. Use weak and unowned with closure captures to prevent leaks.
The post Video Tutorial: Advanced Swift 3 Part 12: ARC with Closures appeared first on Ray Wenderlich.