mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 03:31:45 +08:00
Fix: images in background are blurred in iOS
This commit is contained in:
@ -32,7 +32,7 @@ export module ios {
|
||||
UIGraphicsEndImageContext();
|
||||
}
|
||||
|
||||
UIGraphicsBeginImageContextWithOptions(frame.size, false, 1.0);
|
||||
UIGraphicsBeginImageContextWithOptions(frame.size, false, 0.0);
|
||||
var context = UIGraphicsGetCurrentContext();
|
||||
|
||||
if (background.color && background.color.ios) {
|
||||
|
Reference in New Issue
Block a user