I have to make view where there will be multiple curved or irregular shaped imageview. Now when i will touch a UIImageview then it will import image from photo gallery.For example: Suppose
- I have an UIView with background image.
- On that view i have 3 irregular shaped UIImageview.every UIImageview is attached with each other.
- Now suppose i have touch in the first UIImageview then it will take an image from photo gallery.
- When i have imported the image then that image will be as the background image of the UIImageview.
- I have to make sure that if my UIImageviewis smaller then its background image then i will able to move the image or rotate the image or scale or zoom the image to adjust the image according to the size of UIImageview.
How can i do that whole process??? any help by link,source code,tutorial or anything else will be cordially appreciable.
Basically my first priority is that how can i make those irregular shaped UIImageView pro-grammatically.
IF ANY FURTHER QUERY TO ASK THEN PLEASE DON'T HESITATE.
Thanks In Advance