disable color transition
parent
1784b245d0
commit
1e63b29e4d
|
@ -130,6 +130,7 @@
|
|||
[self.sliderIOView.layer addSublayer:ledBackground];
|
||||
ledBackground.startPoint = CGPointMake(1,0);
|
||||
ledBackground.endPoint = CGPointMake(0,0);
|
||||
ledBackground.actions = [NSDictionary dictionaryWithObject:[NSNull null] forKey:@"colors"];
|
||||
{
|
||||
float pointOffset = 0;
|
||||
float gapSmall = 1.0/16/8, gapBig = 1.0/16*6/8;
|
||||
|
|
Loading…
Reference in New Issue