Skip to content

Commit

Permalink
minor segmented control cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jflinter committed Apr 18, 2014
1 parent a65020d commit c0173d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Classes/ios/FUISegmentedControl.m
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ + (void)initialize {
[appearance setDeselectedColor:[UIColor darkGrayColor]];
[appearance setSelectedFontColor:[UIColor whiteColor]];
[appearance setDeselectedFontColor:[UIColor whiteColor]];
[appearance setBorderColor:[UIColor blueColor]];
}
}

Expand Down

0 comments on commit c0173d4

Please sign in to comment.