Skip to content

Instantly share code, notes, and snippets.

@jfversluis
Created November 11, 2016 04:09
Show Gist options
  • Save jfversluis/8d261d9563a2c8e91f158b7f9115c1bb to your computer and use it in GitHub Desktop.
Save jfversluis/8d261d9563a2c8e91f158b7f9115c1bb to your computer and use it in GitHub Desktop.
Code for creating a native Red Tint UISwitch in Xamarin.iOS
public class UiRedTintSwitch : UISwitch
{
public UiRedTintSwitch ()
{
OnTintColor = UIColor.Red;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment