Hi, I could do with some help...
In an app I'm creating I need to be able to add an image onto another image, at a place/size the user specifies.
On my view there is an UIImageView called imageView - this is then setup with buttons to capture a camera image/use one from library, and I even have emailing/twitpic upload for the image working.
What i need to do is allow the user to add something to the image (small logo etc) which is in the app in png format called logo.png before sending it.
I can't find how to do this though!
I could do with the option to drag/drop the logo and also resize would be nice, but not essential for v1...
Could anyone point me in the right direction?
Thanks
In an app I'm creating I need to be able to add an image onto another image, at a place/size the user specifies.
On my view there is an UIImageView called imageView - this is then setup with buttons to capture a camera image/use one from library, and I even have emailing/twitpic upload for the image working.
What i need to do is allow the user to add something to the image (small logo etc) which is in the app in png format called logo.png before sending it.
I can't find how to do this though!
I could do with the option to drag/drop the logo and also resize would be nice, but not essential for v1...
Could anyone point me in the right direction?
Thanks