I am developing a camera app right now and am using image filter effects for the pictures that I take. So, when I take a picture, the picture should be shown and below that, I want to show ten different filter effects of that picture in the form of a horizontal scroll view.
So, if I click any one of the filter effects in the scroll view, that particular effect should get applied to the picture that I’ve taken and that filter applied picture should get displayed in the same view. I should also have a save button above the picture, so that I can save it in my private app directory. (Note: Not in the default image gallery)
I couldn’t figure out the exact code or the concept that I have to implement as how to insert the images in a horizontal scroll view or how to save the picture in to my private app directory. I am using iOS5. So, any good solution for this is much appreciated.
It may be helps you for horizontal scrollview images.
EDIT 2: