Hey there,
I'm trying to have a list with a name on the left and image on the right.
My problem begins when I add a ID to the label inside the table view cell. I already have a GetCell that manages to update the text of the cell but it runs ONLY if I remove the ID from Label / the Label itself. I will mention that when I decide for a id in Name, it says: "Runtime Error Detected, The parent View Cell needs a codebehind".
this is the crash:
`Unhandled Exception:
Foundation.MonoTouchException: Objective-C exception thrown. Name: NSUnknownKeyException Reason: [ setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key languageName.`
Maybe it's because I added a project and edited the layout? I really don't know, tried to play with it in lots of ways but can't seem to get it working.
Thanks in advance for everyone willing to help!