On iOS "maximumImagesCount" Image Picker option does not work

Hi,

on iOS multiple images can be selected even when “maximumImagesCount” option is set to 1.

// Set image picker options.
    let options: ImagePickerOptions = {
      maximumImagesCount: 1,
      width: MAX_IMAGE_MEDIA_WIDTH,
      height: MAX_IMAGE_MEDIA_HEIGHT,
      quality: 95
    }

Any help will be appreciated!