我想从我的ipad相机拍摄一个人的图像然后想要设置我的愿望的背景图像。我怎么能这样做,因为我知道拍照的代码,但不知道如何更改该图片的背景?
请提出一些建议
答案 0 :(得分:1)
UIImageView *viewForYourImage = [UIImageView alloc]initWithImage:@"yourTakenImage"];
viewForYourImage.backgroundColor = [ UIColor blueColor]// or whatever background color u have