JakeWharton/kotterknife

How to bind DialogFragment

PaulWoitaschek opened this issue · 0 comments

I mostly use a DialogFragment to wrap an AlertDialog by overriding OnCreateDialog.

How can I bind views here?

With ButterKnife I used to use bind.(this, customView) but that obviously does not work here.