Skip to content

Memory Leak? #12

@n13

Description

@n13

I noticed that there's no support for removing an observer, and observers are held in an array.

That means that over time, as more and more views are used, the array of observers fills up with more and more items - hopefully the blocks used did not reference anything big, using weak self and so on should keep it small.

Still, I need to be able to remove observers.

Then observers could be added / removed when views willShow / willHide

Metadata

Metadata

Assignees

No one assigned

    Labels

    in progressThe issues I am working on.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions