From 88b8a192b58815491171b11f2e51ffe39a2ff4c9 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Mon, 24 Jun 2019 16:16:17 -0400 Subject: [PATCH] no listview selection type on non-light theme --- src/App/Styles/iOS.xaml | 2 ++ src/iOS/Renderers/CustomViewCellRenderer.cs | 28 +++++++++++++++++++++ src/iOS/iOS.csproj | 3 ++- 3 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 src/iOS/Renderers/CustomViewCellRenderer.cs diff --git a/src/App/Styles/iOS.xaml b/src/App/Styles/iOS.xaml index 0f95df129..2bf912589 100644 --- a/src/App/Styles/iOS.xaml +++ b/src/App/Styles/iOS.xaml @@ -54,6 +54,8 @@ ApplyToDerivedTypes="True"> +