Created
          November 11, 2016 04:09 
        
      - 
      
- 
        Save jfversluis/8d261d9563a2c8e91f158b7f9115c1bb to your computer and use it in GitHub Desktop. 
    Code for creating a native Red Tint UISwitch in Xamarin.iOS
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | 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