Skip to content
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

UIIMage Always Nil #1055

Open
gunyduny opened this issue Aug 20, 2019 · 2 comments
Open

UIIMage Always Nil #1055

gunyduny opened this issue Aug 20, 2019 · 2 comments

Comments

@gunyduny
Copy link

    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()

@maksumon
Copy link

maksumon commented Sep 18, 2019

Facing the same issue and it seems of all array type is having this...

@MangoTnT
Copy link

i had the same issue , who can solve it ,i`m crazy .PLZ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants