-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Labels
in progressThe issues I am working on.The issues I am working on.
Description
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
iosparesh and Talgat777
Metadata
Metadata
Assignees
Labels
in progressThe issues I am working on.The issues I am working on.