Display Photo Library Horizontally
Hey all, I am developing a game in which I need to display all the view horizontally. 开发者_JS百科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.
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.
精彩评论