我可以从 ImageView 中获取图像吗?请告诉我代码是什么样的..
最佳答案
UIImageView *imageview; //Assign to your image view
[imageview image];
https://developer.apple.com/library/ios/#documentation/UIKit/Reference/UIImageView_Class/Reference/Reference.html%23//apple_ref/doc/uid/TP40006889
关于iphone - 从 ImageView 中获取图像?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/5828595/