Use camera as overlay for uiview iPhone - iphone

I was wondering if it was possible to make the camera feed appear in a custom screen. Basically I have a uiview that I want the camera feed to appear in. I would then have custom buttons on the screen and stuff like that to take pictures and then email out the pictures.
Is there an easy way to do this, that will not get rejected upon app review? I have read before about using UIImagePicker and using cameraOverlayView, but I could not get that to work.
Sample code is greatly appreciated. Thanks in advance for your help!

Yes, you can use AVCaptureVideoPreviewLayer from the AVFoundation framework.

Related

How to make slide show in iPhone?

I need to make slide show for number of images. But all the images are coming from server.
How to make this?
Is it possible to attach slide show feature in Three20 framework?
Thanks in advance....
Three20 has slideshow functionality in the photo framework, but I've never used it. It's available in the TTPhotoViewController.

Is it possible to load a view when we click a coverflow image? (iPhone SDK)

Is it possible to load a view when we click a coverflow image?
Please suggest how this can be done.
Here you go ;)
http://www.chaosinmotion.com/flowcover.m
Please vote this post up if it helps :D
CoverFlow is not a standard iOS component. It doesn't have a public API. You'll need to either create your own or use a library someone else created.
In answer to your question, it is possible to load a view when you click an image. The iPod app probably creates a view, then uses an animation to present it onscreen.

how to implement animation on shake effect in iphone?

I have implemented one simple application for iphone.now i want to implement some animation.
Example:i have selected one photo from the photo library.Then i want to animate selected portion from the photo using shake effect.
I have seen lots of application in apple store.But i dont know how to implement this functionality.
Maybe you are referring to the "wobble" effect? See how to create iphone's wobbling icon effect?

iPhone Image Gallery Like App Store

Can anyone point me in the right direction on how to implement a image gallery like the one that the App Store uses for screen shots of apps? I am trying to get images in a horizontal gallery so that the user can flick through them. The app store nicely snaps to each image.
If you want an "App Store screenshot"-like experience, check out this post by Alexander Repty. I've been looking at doing something similar, and UIScrollView's pagingEnabled functionality definitely won't get you there by itself.
Look at the UIScrollView API here. There is a property 'pagingEnabled' that should help you out.
Check out Three20. http://github.com/facebook/three20/

Flickr Iphone app Background image zoom and fading animation

Hello all would anyone know how flickr manage to make this type of effect on their app where on the main screen you see a background image moving to the side and zooming in and fading to another image its really cool. your link sources for code or tutorials are always appreciated
thanks
PS im trying to implement this to one of my apps in iphone
See the Ken Burns Effect.