Skip to content

Commit

Permalink
Merge remote-tracking branch 'vauto/master'
Browse files Browse the repository at this point in the history
Conflicts:
	UIColor+Expanded.m
  • Loading branch information
lhunath committed Apr 4, 2012
2 parents 85a1bcf + a2180e6 commit bd892e4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions UIColor+Expanded.m
Original file line number Diff line number Diff line change
Expand Up @@ -1098,9 +1098,7 @@ + (UIColor *)colorWithRGBDictionary:(NSDictionary *)colorDict {
[[colorDict objectForKey:@"green"] floatValue] <= 1.0 &&
[[colorDict objectForKey:@"alpha"] floatValue] <= 1.0
) {

color = [UIColor colorWithNormalizedRGBDictionary:colorDict];

} else {
color = [UIColor colorWithByteRGBDictionary:colorDict];
}
Expand Down

0 comments on commit bd892e4

Please sign in to comment.