Saturday, 4 November 2017

Xamarin Forms Switch Demo [Tutorial 33]

Step1:Create table root inside tableview
<TableRoot>
<TableSection>
<SwitchCell Text="On" On="True"/>
<SwitchCell Text="Off" On="False"/>
</TableSection>
</TableRoot>
view raw MainPage.xaml hosted with ❤ by GitHub
Step2:Holaaa.. No More Steps

No comments:

Post a Comment