You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 19, 2021. It is now read-only.
when i custom the cell, i implement the class FormBaseCell and override the function configure() and update(), also a variable named myImage as type UIImageView was defined in it. However, it raises an error "this class is not key value coding-compliant for the key myImage." while setting the property 'myImage' in FormViewController class using 'row.configuration.cell.appearance = ["myImage.image": UIImage(named: "Photo") as AnyObject]'. What should i do ?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
when i custom the cell, i implement the class FormBaseCell and override the function configure() and update(), also a variable named myImage as type UIImageView was defined in it. However, it raises an error "this class is not key value coding-compliant for the key myImage." while setting the property 'myImage' in FormViewController class using 'row.configuration.cell.appearance = ["myImage.image": UIImage(named: "Photo") as AnyObject]'. What should i do ?
The text was updated successfully, but these errors were encountered: