И
у меня саблееры запеклись и стали частью блюра
Size: a a a
И
IG
И
В
В
В
И
В
В
В
И
UIGraphicsBeginImageContextWithOptions(parent.bounds.size, true, UIScreen.main.scale)
guard let context = UIGraphicsGetCurrentContext() else { return nil }
parent.superlayer?.render(in: context)
guard let image = UIGraphicsGetImageFromCurrentImageContext()?.cgImage else { return nil }
UIGraphicsEndImageContext()
И
В
В
И
И
В
И
И
В