summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.ControlGallery.iOS
diff options
context:
space:
mode:
authorJimmy Garrido <jimmygarrido@outlook.com>2016-11-16 00:21:55 -0800
committerStephane Delcroix <stephane@delcroix.org>2016-11-16 09:21:55 +0100
commit46104e9ce186bb06567755f979414e0cbc426db6 (patch)
tree8e029151b04c9ca9427a328c13bcd3c91f61cf83 /Xamarin.Forms.ControlGallery.iOS
parentffab780c2acd9ef49268d731e14b11b5fdbc3293 (diff)
downloadxamarin-forms-46104e9ce186bb06567755f979414e0cbc426db6.tar.gz
xamarin-forms-46104e9ce186bb06567755f979414e0cbc426db6.tar.bz2
xamarin-forms-46104e9ce186bb06567755f979414e0cbc426db6.zip
[iOS] Fix AccessoryView covered by section index list (#493)
* [iOS] Fix AccessoryView below section index list * Add UITest
Diffstat (limited to 'Xamarin.Forms.ControlGallery.iOS')
-rw-r--r--Xamarin.Forms.ControlGallery.iOS/CustomRenderers.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Xamarin.Forms.ControlGallery.iOS/CustomRenderers.cs b/Xamarin.Forms.ControlGallery.iOS/CustomRenderers.cs
index 6b2ab38f..87ede16f 100644
--- a/Xamarin.Forms.ControlGallery.iOS/CustomRenderers.cs
+++ b/Xamarin.Forms.ControlGallery.iOS/CustomRenderers.cs
@@ -18,6 +18,7 @@ using RectangleF = CoreGraphics.CGRect;
[assembly: ExportRenderer(typeof(CustomMapView), typeof(CustomIOSMapRenderer))]
[assembly: ExportRenderer(typeof(TabbedPage), typeof(TabbedPageWithCustomBarColorRenderer))]
[assembly: ExportRenderer(typeof(Bugzilla43161.AccessoryViewCell), typeof(AccessoryViewCellRenderer))]
+[assembly: ExportRenderer(typeof(Bugzilla36802.AccessoryViewCell), typeof(AccessoryViewCellRenderer))]
namespace Xamarin.Forms.ControlGallery.iOS
{
public class CustomIOSMapRenderer : ViewRenderer<CustomMapView, MKMapView>