Android there is a check mark, IOS no, how to cancel a check mark
Easy to mislead people
<?xml version="1.0" encoding="UTF-8"?>
<ContentPage.Content>
<ListView.ItemTemplate>
<ViewCell.ContextActions>
</ViewCell.ContextActions>
<Label Text="{Binding .}"></Label>
</ViewCell>
</DataTemplate>
</ListView.ItemTemplate>
</ListView>
</ContentPage.Content>