equal
deleted
inserted
replaced
91 #pragma mark MNEValueTrackingSlider implementations |
91 #pragma mark MNEValueTrackingSlider implementations |
92 @implementation MNEValueTrackingSlider |
92 @implementation MNEValueTrackingSlider |
93 |
93 |
94 @synthesize thumbRect, textValue; |
94 @synthesize thumbRect, textValue; |
95 |
95 |
96 #pragma Private methods |
96 #pragma mark Private methods |
97 |
97 |
98 -(void) _constructSlider { |
98 -(void) _constructSlider { |
99 valuePopupView = [[SliderValuePopupView alloc] initWithFrame:CGRectZero]; |
99 valuePopupView = [[SliderValuePopupView alloc] initWithFrame:CGRectZero]; |
100 valuePopupView.backgroundColor = [UIColor clearColor]; |
100 valuePopupView.backgroundColor = [UIColor clearColor]; |
101 valuePopupView.alpha = 0.0; |
101 valuePopupView.alpha = 0.0; |