roycornelissen / GMImagePicker.Xamarin

Port of the original GMImagePicker component to Xamarin.iOS
MIT License
71 stars 39 forks source link

Selection mark is not visible #90

Closed martin-steglich closed 3 years ago

martin-steglich commented 3 years ago

Hi, Checkmark images are not visible on selected items.

Simulator Screen Shot - iPhone 8 - 2021-02-03 at 18 13 47

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!

ratamahatta88 commented 3 years ago

Bumping this, can reproduce in the latest version, but not in 2.5.0

martin-steglich commented 3 years ago

I had to downgrade to version 2.5.0 to fix this bug.