改变从ios的照相机拍的照片的背景图象

时间:2013-01-05 08:01:00

标签: iphone ios ipad

我想从我的ipad相机拍摄一个人的图像然后想要设置我的愿望的背景图像。我怎么能这样做,因为我知道拍照的代码,但不知道如何更改该图片的背景?

请提出一些建议

1 个答案:

答案 0 :(得分:1)

UIImageView *viewForYourImage = [UIImageView alloc]initWithImage:@"yourTakenImage"];
viewForYourImage.backgroundColor = [ UIColor blueColor]// or whatever background color u have