Working on an app. I created a CollectionView to display a list. I have the Model wired to it. I created an ImageButton. Works fine with Android but the image is not displaying on iOS.
I was trying to bind the source but I receive an error:
- "BindingContext" not found on "....Models.Movies".
Any idea how to resolve? I want to pull the image from images folder. Instead it is pulling from drawable on Android. Need this to work for both iOS and Android.
Thx

