-
Notifications
You must be signed in to change notification settings - Fork 361
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
Bind Observable Model of ObjectMapper class with TableView #678
Comments
Any feedback on this? |
Are you sure that is a Bond related question @prgorasiya. |
Yes, i want to bind my model to table view. |
I was able to solve the previous issue at some extent. |
@prgorasiya there is a |
Thanks @srdanrasic |
@srdanrasic Appreciate if you could provide any pointers here? |
I have defined custom model as an
Observable
.Here is my Model
ViewModal class
I can define instance of
DetailsV2Model
as above.However, I am stuck at binding it with
tableView
.I can't get
IndexPath
with above binding, which I need to load appropriate cell.How should I solve this issue?
The text was updated successfully, but these errors were encountered: