I have two UIImageView on the UIView. Each UIImageView have one UIImage. Now i want create an one UIImage from two UIImageView.
Please give the suggestion how can i do this.
thanks
deepika
|
I have two UIImageView on the UIView. Each UIImageView have one UIImage. Now i want create an one UIImage from two UIImageView. Please give the suggestion how can i do this. thanks deepika | |||
feedback
|
|
If your have a view with three UIImageViews and create corresponding outlets
You can do something like the following to combine imageViews 1 and 2 into imageView 3
CGBlendMode allows you to choose from any of the following compositing operations for your images:
| ||||
feedback
|