Merge pull request #872 from NativeScript/feature/blurred-bckground-images-ios

Fix: images in background are blurred in iOS
This commit is contained in:
Alexander Vakrilov
2015-10-02 16:37:22 +03:00

View File

@@ -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) {