xmartlabs/XLForm

UIIMage Always Nil

gunyduny opened this issue · 2 comments

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

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

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