I am making a camera app a where user can make videos and take pictures. What I am doing is I am saving all the movies and pictures in my apps document directory. I don't want to automatically save them to users photo album. What I would like to present to the user is view that behaves similar to how Photo Album works meaning I would like to show him all the movies and pictures he has taken and give him buttons to check and save the ones he like and delete the ones he wants to discard.
Now here's my question, Do I create a custom uitableview, present small cropped resized pictures, add uitoolbar at the bottom and add my own custom "Save", "Discard" and "preview image/Video" buttons or is there already something available ootb in iOS 5 Xcode 4.2 that I can use?
I have searched cocoa controls website and found many image Picker controls but none that work like as simple "save to photo album", "delete photo" or "Preview Photo / Video" features. Is there any sample control available that I can use and probably extend it? Trust me I have been googling for a while now
Looking for something like this. The people who made this, are they using UITableView or UICollectionView or neither?
Found it. Here is a very cool sample project