We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
row = XLFormRowDescriptor(tag: "usr_image", rowType: XLFormRowDescriptorTypeImage, title: "Add/Update Photo") row.cellConfig.setObject(UIFont(name: "HelveticaNeue-Light", size: 15)!, forKey: "textLabel.font" as NSCopying) row.value = UIImage(named: "add_home") row.hidden = (self.edit == "0") ? true : false section.addFormRow(row)
usr_image always comes back nil in formValues()
The text was updated successfully, but these errors were encountered:
Facing the same issue and it seems of all array type is having this...
Sorry, something went wrong.
i had the same issue , who can solve it ,i`m crazy .PLZ
No branches or pull requests
usr_image always comes back nil in formValues()
The text was updated successfully, but these errors were encountered: