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, 10 Jul 2017 02:11:14 +0000 (11:11 +0900)
commitee78ddcbebed05d0408ff83a920aa977b57d0315
tree5d4a746bd74d4b87b00009fe9ecacca4d73ab7b5
parent4f0763eede1f19e3fcee17205d2986bafe5ec487
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