Nicros
Nicros

Reputation: 5193

Full screen photo picker for iPad in obj-c and xcode?

I have implemented the usual examples of accessing the camera roll on ipad and selecting a photo (I think). I'm a bit disappointed in the little tiny popout window that shows all my photos. Im much more impressed by the way you can select a wallpaper on iPad, and the photo viewer.

So what I would really like to have is control that displays a full screen of camera roll thumbnails, which if you then select one, it displays full screen with options to move and scale, and then you can select that image.

Does anything like this already exist that I can use? Do I have to roll my own? Or is there something already built in that I am missing?

Thanks!

Upvotes: 2

Views: 659

Answers (1)

CodaFi
CodaFi

Reputation: 43330

Personally, I absolutely love AGImagePickerController. It's big, it's cross platform, but most importantly, it allows multiple selection.

Upvotes: 1

Related Questions