0

Hey all, I am developing a game in which I need to display all the view horizontally. Now the problem is when I open the photot library It gets diplayed in vertical view. So I want it also to be displayed horizontally.

Any help will be really appreciated.

Suresh Varma
  • 9,750
  • 1
  • 60
  • 91

1 Answers1

1

UIImagePickerController does not support the horizontal orientation. But you can build your own photo picker using the AssetsLibrary.framework. It's probably a lot of work but you are free to design it in any way you want.

Ole Begemann
  • 135,006
  • 31
  • 278
  • 256
  • Begemann. I have o idea how assetsLibrary.framework works. If possible can u pls pass on the link so that I can go through few examples.. – Suresh Varma Nov 22 '10 at 13:52