If you get a warning like IValueConverter with MarkupExtension.
Just Define Converter like this either on App.XAML Or Particular page.
<ContentPage.Resources> <ResourceDictionary> <converter:InverseBoolConverter x:Key="InverseBoolConverter" /> </ResourceDictionary> </ContentPage.Resources>
No comments:
Post a Comment