Skip to main content
Inspiring
June 15, 2015
Answered

CameraRoll browseForImage on iOS 8 shows app as portrait for a second

  • June 15, 2015
  • 2 replies
  • 293 views

Hi there,

I've got a landscape app that allows the user to browse for an image using the CameraRoll.

When I run it on iOS 8 with AIR 18 the camera roll now shows portrait (which I think is an intentional change).

However, just before the iOS Photos window appears, I see half the page of my existing app in portrait mode (which obviously looks a bit shabby).

Has anyone come up with a good solution / workaround for this ?

All the best!

This topic is closed to new replies. Start a new post to keep the conversation going.
Correct answer Colin Holgate

You know when you're about to open the camera roll, you could hide your UI, or show a black cover up piece, before opening the camera roll. Do the opposite when you come back.

2 replies

Colin Holgate
Colin HolgateCorrect answer
Inspiring
June 15, 2015

You know when you're about to open the camera roll, you could hide your UI, or show a black cover up piece, before opening the camera roll. Do the opposite when you come back.

Inspiring
June 15, 2015

Thanks so much for the quick reply Colin. Yes, I was thinking of something along those lines. I'll give it a go.