xmartlabs / XLForm

XLForm is the most flexible and powerful iOS library to create dynamic table-view forms. Fully compatible with Swift & Obj-C.
MIT License
5.77k stars 953 forks source link

UIIMage Always Nil #1055

Open gunyduny opened 5 years ago

gunyduny commented 5 years ago
    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 commented 4 years ago

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

MangoTnT commented 3 years ago

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