Skip to content

Instantly share code, notes, and snippets.

@jfversluis
Created January 16, 2017 17:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jfversluis/8de990eb46ff0db6328db20347b12f60 to your computer and use it in GitHub Desktop.
Save jfversluis/8de990eb46ff0db6328db20347b12f60 to your computer and use it in GitHub Desktop.
Xamarin.Forms implementation of the SwitchEffect
using System;
using Xamarin.Forms;
namespace EffectsSample
{
public class SwitchEffect : RoutingEffect
{
public SwitchEffect () : base ("MyCompany.SwitchEffect")
{
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment