Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[Improvement] Remove the need for TapGestureRecognizer on the SwitchView #9

@IeuanWalker

Description

@IeuanWalker

Currently any control built from the SwitchView needs to add a TapGestureRecognizer to toggle the IsToggled property.

void TapGestureRecognizer_Tapped(object sender, EventArgs e)
{
	IsToggled = !IsToggled;
}

If we can move this logic to the control it self, its just one less thing for people to do

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions