Refactoring EntryCell SwitchCell renderer with Reusable feature
authorSeungkeun Lee <sngn.lee@samsung.com>
Mon, 19 Dec 2016 06:08:48 +0000 (15:08 +0900)
committerKangho Hur <kangho.hur@samsung.com>
Mon, 24 Apr 2017 04:36:44 +0000 (13:36 +0900)
commitecc1ae50abc15e37bb10dd5599ef0182aaf52942
tree2d47ca0989c9aed6b56e462fbd442a8c47ee741e
parent08e8cd00ec27a131ab7bf4e21263484b6bff5672
Refactoring EntryCell SwitchCell renderer with Reusable feature

 - Use Xamarin.Forms element to make Cell contents
 - Replace OnCellPropertyChanged code with binding feature
 - Implement Reusable cell feature

 - It need updated ElmSharp, beta-002 on nuget.org will be not working
 - Reusable feature of ElmSharp was submited with submit/tizen/20161214.052838 tag

Change-Id: I6d26259cae0da59c1476f5c5698d803ee3c5519f
Xamarin.Forms.Platform.Tizen/Cells/CellRenderer.cs
Xamarin.Forms.Platform.Tizen/Cells/EntryCellRenderer.cs
Xamarin.Forms.Platform.Tizen/Cells/SwitchCellRenderer.cs