iOS中的屏幕截图

时间:2013-06-20 23:14:40

标签: ios

基本上我想编写一个按钮,按下该按钮会截取屏幕上显示的内容并将其保存到相机胶卷。我试图关注此tutorialthis one

我在这一行收到错误

[self.myImageView.layer renderInContext:UIGraphicsGetCurrentContext()];

Receiver type 'CALAyer' for instance message is a forward declaration

有人可以指出我正确的方向吗?

非常感谢。

1 个答案:

答案 0 :(得分:0)

前几天我遇到了这个错误。

您忘记将QuartzCore框架添加到您的项目中了!

希望它有所帮助!