0
이 코드iOS7에 스크린 샷
- (UIImage *)screenshot {
UIGraphicsBeginImageContext(self.bounds.size);
[self.layer renderInContext:UIGraphicsGetCurrentContext()];
UIImage *image = UIGraphicsGetImageFromCurrentImageContext();
UIGraphicsEndImageContext();
return image;
}
와 함께 스크린 샷을 복용하고있어 고려 흐림 효과를 고려하지 있지만 결과 이미지는 알파를 가지고 해결하기 위해 제대로
있는 방법을 보여주는 효과를 흐리게하지 않습니다 이?