mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-07 13:35:09 +00:00
Support Dynamic Type
This commit is contained in:
@@ -279,8 +279,10 @@ const CGFloat TGPhotoEditorSliderViewInternalMargin = 7.0f;
|
||||
|
||||
- (void)setTrackColor:(UIColor *)trackColor
|
||||
{
|
||||
_trackColor = trackColor;
|
||||
[self setNeedsDisplay];
|
||||
if (_trackColor == nil || ![_trackColor isEqual:trackColor]) {
|
||||
_trackColor = trackColor;
|
||||
[self setNeedsDisplay];
|
||||
}
|
||||
}
|
||||
|
||||
- (UIColor *)startColor
|
||||
|
||||
Reference in New Issue
Block a user