mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-31 07:30:40 +00:00
Adjust blur radius
This commit is contained in:
parent
c729e5d18f
commit
7b4e5a14d3
@ -118,7 +118,7 @@ UIBlurEffect *makeCustomZoomBlurEffect() {
|
||||
|
||||
NSString *string = [@[@"_", @"UI", @"Custom", @"BlurEffect"] componentsJoinedByString:@""];
|
||||
CustomBlurEffect *result = (CustomBlurEffect *)[NSClassFromString(string) effectWithStyle:0];
|
||||
result.blurRadius = 20.0;
|
||||
result.blurRadius = 18.0;
|
||||
result.zoom = 0.015;
|
||||
result.colorTint = nil;
|
||||
result.colorTintAlpha = 0.0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user