简体   繁体   中英

How can I display any image from photo library at full screen?

In my iPhone program I need to choose any picture from the photo library and display it at full screen. I know how to work with picker and how to display at full size image that attached to project. But I still have no idea how to solve my task. Is there any way to do it? I mean - display any image from photo library at UIImageView without giving the user the choice.

Full screen means two things

  1. Have a UIImageView which is 320x480 located at 0,0
  2. Make sure the status bar is not displayed by using
[[UIApplication sharedApplication] setStatusBarHidden:YES];

Shai

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM