wada811
wada811
Thank you for asking your question. The binding is stored by View's tag. The view is released after onDestroyView. And the view's tag is also released. Therefore, the binding is...
The deprecation statement in the Readme might be too strong. As you may have noticed, the Delegated Property was temporarily marked as `@Deprecated` because the `withBinding` approach was the preferred...
I would like to write `withBinding` as recommended. And I think I'll stop marking Delegated Property as deprecated in the Readme.