dekatotoro / SlideMenuControllerSwift

iOS Slide Menu View based on Google+, iQON, Feedly, Ameba iOS app. It is written in pure swift.
MIT License
3.4k stars 754 forks source link

Retain cycle #384

Open Ricardo1980 opened 6 years ago

Ricardo1980 commented 6 years ago

There is a retain cycle in SlideMenuController.swift

Use weak or unowned to fix it.

Here the solution:

screen shot 2018-05-17 at 09 46 24

edwardmp commented 6 years ago

Why not submit a PR to fix this? If you are unable to, let me know and I'll do it.