I found an issue when I reference the nuget package in my .net maui project for iOS.
I get an error when I set ShowArrows = True. The renderer is unable to find the image associated with the arrows (next and prev.png).
I was able to fix this by copying over your arrow *.png files over to my project as a workaround.
Just in case anyone else runs into this issue.
I found an issue when I reference the nuget package in my .net maui project for iOS.
I get an error when I set ShowArrows = True. The renderer is unable to find the image associated with the arrows (next and prev.png).
I was able to fix this by copying over your arrow *.png files over to my project as a workaround.
Just in case anyone else runs into this issue.