I am using ZUUIRevealController in my project. It seems that memory is not freed properly.
I took the sample from GitHub and checked it in instruments. Each time i click in frontview controller, it shows increase in #living column.
Can anyone help to solve this?
There was in fact a leak due to a superfluos colon at the end of a selector name.
This should be fixed now and we’re back to being 100% clear.
See https://github.com/pkluz/ZUUIRevealController/commit/c213c46e505a813202c6a7718f64c72d0c19b06d for further reference.