-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possible to remove ~ #1
Comments
I don't understand what you mean. |
Oh, sorry, I understand it wrong. Deleted it. |
Do you have other ideas to solve this problem. @yansaid |
I did this in some classes to remove the disposeBag dependency. This solution is only available to classes objects. So, what I did was to set disposeBag to nil when the class object is deallocating.
|
I've tried such solutions, sometimes it not works and caused memory leaks |
you can use |
I am considering how to remove the operator
~
after theBinder
or theControlEvent
property.If anyone has a good idea about this, please contact me here or create a PR.
Thanks.
The text was updated successfully, but these errors were encountered: