summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Tizen/Properties
diff options
context:
space:
mode:
authorSungHyun Min <shyun.min@samsung.com>2017-02-22 19:49:54 +0900
committerKangho Hur <kangho.hur@samsung.com>2017-07-10 11:11:19 +0900
commit7e7d6ff4f19bcde57baafdb48ac2c3060ec692ee (patch)
treed8ffd5c12876fe2a5b6d327fc5f9a70948b14d8b /Xamarin.Forms.Platform.Tizen/Properties
parent0cab4fe6d376deaeb3df9ae3303e0f472b458cbd (diff)
downloadxamarin-forms-7e7d6ff4f19bcde57baafdb48ac2c3060ec692ee.tar.gz
xamarin-forms-7e7d6ff4f19bcde57baafdb48ac2c3060ec692ee.tar.bz2
xamarin-forms-7e7d6ff4f19bcde57baafdb48ac2c3060ec692ee.zip
Refactoring GestureHandler for extension
- Design : http://suprem.sec.samsung.net/confluence/display/SPTDTLC/Refactoring+GestureHandler Change-Id: I1cbcf830b4b1076c227b0ea641508198c7cb2102 Signed-off-by: SungHyun Min <shyun.min@samsung.com>
Diffstat (limited to 'Xamarin.Forms.Platform.Tizen/Properties')
-rw-r--r--Xamarin.Forms.Platform.Tizen/Properties/AssemblyInfo.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/Xamarin.Forms.Platform.Tizen/Properties/AssemblyInfo.cs b/Xamarin.Forms.Platform.Tizen/Properties/AssemblyInfo.cs
index 0b7977f6..1b9c3e9a 100644
--- a/Xamarin.Forms.Platform.Tizen/Properties/AssemblyInfo.cs
+++ b/Xamarin.Forms.Platform.Tizen/Properties/AssemblyInfo.cs
@@ -59,3 +59,7 @@ using Xamarin.Forms.Platform.Tizen;
[assembly: ExportCell(typeof(SwitchCell), typeof(SwitchCellRenderer))]
[assembly: ExportCell(typeof(EntryCell), typeof(EntryCellRenderer))]
[assembly: ExportCell(typeof(ViewCell), typeof(ViewCellRenderer))]
+
+[assembly: ExportHandler(typeof(TapGestureRecognizer), typeof(TapGestureHandler))]
+[assembly: ExportHandler(typeof(PinchGestureRecognizer), typeof(PinchGestureHandler))]
+[assembly: ExportHandler(typeof(PanGestureRecognizer), typeof(PanGestureHandler))] \ No newline at end of file