Thanks to visit codestin.com
Credit goes to github.com

Skip to content

useEditedImage = true fails #82

@S-Waleed

Description

@S-Waleed

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

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions