Results 2 issues of Anuj B

Change certain label attributes. Usage: self.switch.labelColor = [UIColor blackColor]; self.switch.labelShadowColor = [UIColor grayColor]; self.switch.labelFont = [UIFont systemFontOfSize:18.0f];

Ability to change the offTintColor. Usage: self.switch.offTintColor = [UIColor redColor];