Closed martin-steglich closed 3 years ago
Hi, Checkmark images are not visible on selected items.
I saw the #65 issue but I couldn't resolve the problem.
I'm creating the picker this way:
`var picker = new GMImagePickerController { Title = "Select Photo", CustomDoneButtonTitle = "Finished", CustomCancelButtonTitle = "Cancel", ColsInPortrait = 4, ColsInLandscape = 7,
DisplaySelectionInfoToolbar = true, AllowsMultipleSelection = true, ShowCameraButton = false, AutoSelectCameraImages = true, ModalPresentationStyle = UIModalPresentationStyle.FullScreen, MediaTypes = new[] { PHAssetMediaType.Image },
}; `
Thank you!
Bumping this, can reproduce in the latest version, but not in 2.5.0
I had to downgrade to version 2.5.0 to fix this bug.
Hi, Checkmark images are not visible on selected items.
I saw the #65 issue but I couldn't resolve the problem.
I'm creating the picker this way:
`var picker = new GMImagePickerController { Title = "Select Photo", CustomDoneButtonTitle = "Finished", CustomCancelButtonTitle = "Cancel", ColsInPortrait = 4, ColsInLandscape = 7,
}; `
Thank you!