domesticcatsoftware / DCRoundSwitch

A 'modern' replica of UISwitch.
MIT License
765 stars 162 forks source link

label font, color and shadow #18

Open anujbheda opened 12 years ago

anujbheda commented 12 years ago

Change certain label attributes.

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

lucianf commented 12 years ago

Pretty useful, 1+ vote for merging this.

sidwyn commented 11 years ago

+1 to merge this too. Really useful.

mov-78 commented 11 years ago

+1 for the merge.