Open Bogon opened 8 years ago
NSDictionary* data = @{@"fr" : @12, @"it" : @2, @"de" : @9, @"pl" : @24, @"uk" : @17 };
in example 3 ,don't work!
It's to color the different parts depending on their weight/value. For example: "fr" is the name of the part and its weight is 12.
NSDictionary* data = @{@"fr" : @12, @"it" : @2, @"de" : @9, @"pl" : @24, @"uk" : @17 };
in example 3 ,don't work!