Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
本质上,我想编写一个按钮,按下该按钮会截取屏幕上显示的内容并将其保存到相机胶卷中。我试图按照本教程和本教程进行操作。
我在这条线上得到一个错误
[self.myImageView.layer renderInContext:UIGraphicsGetCurrentContext()];
说
Receiver type 'CALAyer' for instance message is a forward declaration
有人可以请我指出正确的方向吗?
非常感谢。
前几天我遇到了那个错误。
您忘记将 QuartzCore 框架添加到您的项目中!
希望能帮助到你!