-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Description
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
Labels
No labels