Skip to content
This repository has been archived by the owner on Mar 8, 2021. It is now read-only.

Memory Management Issue #2

Open
harshitgupta opened this issue Aug 20, 2014 · 0 comments
Open

Memory Management Issue #2

harshitgupta opened this issue Aug 20, 2014 · 0 comments

Comments

@harshitgupta
Copy link

The view controllers which are once assigned as delegate of toolbar are never released. The reason is "delegate" var is keeping a strong reference of the delegate, due to which they are never deallocated even in ARC. I temporarily changed it to as shown below in the pic.

screen shot 2014-08-20 at 4 08 20 pm

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant