Add a new item in an ObservableCollection crashes the MAUI app in iOS
In my NET8
MAUI
application, I use the Maui Community Toolkit. In my view model, I define this property:
toolkit:AvatarView with images truncates the image
In my NET8
MAUI
application, I have a ListView
and in the ItemTemplate
I what to display an image (from the internet) and the a Label
. For that, I added Grid
like that