Skip to content

useEditedImage = true fails #82

@waleed0402

Description

@waleed0402

When using the following attributes
<<< ImageRow() { row in
row.title = "Profile Photo"
row.sourceTypes = [.PhotoLibrary, .Camera, .SavedPhotosAlbum]
row.allowEditor = true
row.useEditedImage = true
row.tag = "profilePhoto"
row.cell.height = ({ return 200 })
row.add(rule: RuleRequired())
}

  • Environment:
    ImageRow: latest, Xcode: latest and iOS version: latest stable

After selecting a photo it does not load the photo editor and the photo does not load in the row. When I set useEditedImage = false then photo loads as expected.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions