Hi guys,
I am trying to implement a Variant selector and I want to use images for color options.
I see that the default implementation in Swift is based on VariantGroupViewModel and VariantOptionViewModel.
VariantOptionViewModel has an Image property but it returns the image from the variant associated with the option and not the option itself.
Variant options have 3 Image properties in the interface: ImageSmall, ImageMedium, and ImageLarge. I don't plan on using all of them, but anyone of them would be far better than the Variant image.
How do I access the image property of the Option?
Thank you,
Adrian