.Net Maui CarouselView with image source binding on iOS works on simulator but not on iPhone
Using .net MAUI 8
I am breaking my head over this… I have a carouselview which appears to be working well in iOS simulator but once deployed to a physical device, does not behave as anticipated.
Unable to compile and run .net 8 MAUI app due to XamlC error XFC0045: Binding: Property “Name” not found on view model
For some reason I have an error when data biding within parent CollectionView with ItemsSource=”{Binding Patients}” and nested CollectionView with ItemsSource=”{Binding Visits}”