using the iphone camera and when the user take a picture, i wanna show on the scree a thumbnail of the picture taked then put it in a coin of the screen with a moving animation.
any suggestions how to do that?
ps: i have a controllerview in my app who show the camera view.
Can you be more specific about which part you are unsure how to do? Get the picture from the camera? Animations?
yes i will get the picture with the camera then show the thumbnail in the screen and make an animation (moving the picture thumbnail to the coin of the screen)
yes i will get the picture with the camera then show the thumbnail in the screen and make an animation (moving the picture thumbnail to the coin of the screen)
"make an animation (moving the picture thumbnail to the coin of the screen)"?!?
Sorry, that makes no sense whatsoever. What is "the coin of the screen?"
What kind of animation do you want? Are you looking for a still snapshot picture, or a video? Are you hoping to put the picture onto a disk shape and rotate the disk shape in 3D, like a coin spinning? You need to use coherent sentences to describe what you want.
Check out this password generator app that shows various techniques including using a data container singleton object to share data between objects in your project.
"make an animation (moving the picture thumbnail to the coin of the screen)"?!?
Sorry, that makes no sense whatsoever. What is "the coin of the screen?"
What kind of animation do you want? Are you looking for a still snapshot picture, or a video? Are you hoping to put the picture onto a disk shape and rotate the disk shape in 3D, like a coin spinning? You need to use coherent sentences to describe what you want.
thanks for answer,
i wanna (after the user click to take photo) make a thumbnail of the photo taken and show it in the screen center then do a translation (change the position) to the thumbnail from the center to the coin of the screen
thanks for answer,
i wanna (after the user click to take photo) make a thumbnail of the photo taken and show it in the screen center then do a translation (change the position) to the thumbnail from the center to the coin of the screen
"the coin of the screen". This phrase makes no sense.
A coin is a small metal disk, use as money.
Do you mean the "corner" of the screen?
Are you writing your posts in another language and using machine translation?
And once we're clear about what you are trying to do, can you describe the part you are having trouble with? What have you tried so far?
There are methods that will re-render a large image at a small size to create a thumbnail image. There are also simple methods that will move an image view across the screen. However, we're not going to write your code for you. Tell us what specific parts you're stuck on.
Check out this password generator app that shows various techniques including using a data container singleton object to share data between objects in your project.
"the coin of the screen". This phrase makes no sense.
A coin is a small metal disk, use as money.
Do you mean the "corner" of the screen?
Are you writing your posts in another language and using machine translation?
And once we're clear about what you are trying to do, can you describe the part you are having trouble with? What have you tried so far?
There are methods that will re-render a large image at a small size to create a thumbnail image. There are also simple methods that will move an image view across the screen. However, we're not going to write your code for you. Tell us what specific parts you're stuck on.
yes i mean the corner of the screen
i create an app, that open the camera and let user take a picture
the trouble that i have is : when the user take the picture, i wanna show the thumbnail of this picture in an UIview and move it (with animated translation) to place it in the corner of the screen, how can i do that ? thank u
To do what you want to do you will have to carry out multiple steps. Just like and programming you will have to break down a complex problem statement into small simple tasks. When you have done that either you have a flow of simple tasks to solve or you find yourself stuck at one, clearly defined problem.
That's not where we are right now, we're all confused. It's like you're trying to bake a cake using only one ingredient and now you're out looking for that one magic ingredient. I'll save you some time, it doesn't exist.
So take a step back and break your problem down into small manageable chunks and if you still have a problem after that then come back and ask specific questions.