Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

add a view binder factory #78

Merged
merged 2 commits into from
Jul 28, 2016
Merged

add a view binder factory #78

merged 2 commits into from
Jul 28, 2016

Conversation

Bencodes
Copy link
Contributor

No description provided.

@eveliotc
Copy link
Contributor

👍


final void attach(View view) {
this.view = view;
Scoop.viewBinder.bind(this, view);
this.viewBinder = scoop.viewBinderFactory.create(this);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nicer if Scoop exposes a createViewBinder method instead of viewBinderFactory

@eveliotc eveliotc merged commit bd57040 into master Jul 28, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants