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