landscape

Regarding iPhone orientation and firmware: Always force orientation.

Lately, I have received a text from the QA folks saying that the developed app's orientation is incorrect on iPhone 3, while it can display correctly on iOS 4. They say on iOS 3, the app's orientation is on portrait view, which makes the app leaving gray space below. However, they claimed that on iOS 4, the orientation is correct. I te...

HTML 5 video in UIWebview Orientation landscape

Hi. I have an iPhone application where every view is in portrait. I have a UIWebview with some HTML in it. Amoung that there is a html5 tagged video. When I play that video, it plays in portrait only. In order to make it work in landscape I have to return YES for shouldAutorotateToInterfaceOrientation in the viewcontroller, but I don't ...

iPhone UINavigationBar: Why does it resize in landscape orientation?

Hi, I searched all the web but did not find a clue: I've got a UIView in a UINavigationController in a UITabBarController—not that unusual, I guess. First of all an image: http://img824.imageshack.us/img824/426/navbari.png The app starts in portrait mode (1) When I now rotate the device to landscape mode the app looks like in (2) A...

How to stop going back to Main page when I rotate the Emulator from Portrait to Landscape?

Every time I rotate the Android Emulator from Portrait to Landscape or Landscape to Portrait, it always goes back to the main.xml (home) screen in my app. I'm sure this is an easy code to write in or add. Please let me know how I can keep the screen on the exact page in the app that it's already on when I rotate the emulator. Basically,...

set Orientation of Image in UITableView iPhone?

Hi to all I'm having Application based on quiz. it is collection of questionnaires, images. its xml based database and i accessed its only one class that is Uitableview in one tableview through access upto 56 questions and 25 images. Actually i want to run app on both modes that first one is landscape and another one is portrait. My pro...

how to set up the orientation of actionsheet in iphone?

An app consists rootviewcontroller(rvc) & its detailviewcontroller(dvc) and i wanna run app on both mode. rvc holds uiimageview & then tableview and dvc holds two buttons my problem is that when i build & run the app its shows mvc perfectly on both mode but when i clicked one of table'cell the control goes to dvc in the case the simulat...

iphone curl transition in landscape mode

Hello the question is known: how to make curl transition in application with landscape mode only? by default it does not make it from bottom to top, but from left to right Known solution is to add extra view and add animated views to it, but I have to show regular view, then curl it up and show tabbarcontroller, so tabbar controller m...

Switching to landscape orientation is slow

This is getting called in onCreate(), how can I speed up orientation switching? private void setupChartView(int position){ Quote myQuote = quotesAdapter.getItem(position); this.symbol = myQuote.getSymbol(); String url = "http://chart.finance.yahoo.com/z?s=" + symbol + "&t=1d&q=l&l=on&z=l&p=s&a=v&p=s&...

Are iPhone/iPod Touch screenshots in landscape mode displayed that way in the app store?

I recently uploaded some screenshots of my app to itunesconnect. All the screenshots are in landscape mode (I rotated them using iPhoto). On the itunesconnect page where I uploaded the screenshots they all appeared in landscape mode... fine. Now on another page in itunesconnect they all appeared in portrait mode (and they were squishe...

iAds displaying portrait in landscape orientation from start

I got this iPhone app where I use AdWhirl to change between a number of ad networks. Now when iAds gets its turn in and the phone is in landscape orientation before the ad shows it will display the normal portrait iAd. If I then turn the phone to portrait and back to landscape it shows the correct longer and thinner landscape version of ...

UIViews display at wrong location in landscape mode

I am working on an diagramming application which displays boxes as subviews inside a larger view. The user can move the boxes around. I am persisting the positions of these boxes using core data into a sqlite database by holding the height, width, x and y (of the top-left corner). When I open up a diagram I am reading these values from t...

IPhone : Autoresizing on orientation change doesn't work correctly (sometimes doesn't seem to trigger at all) for some interface elements

I have been pulling my hair out one by one for 3 days now and still can't get the autoresizing on orientation changes to behave correctly :( I will try to describe the whole context, hope I won't forget anything important, if so just ask ! I plan to support all orientations on my App (only for some of the views, not all). So first thin...

addsubview issue at window

hi, i want to add two subviews to window in my AppDelegateController. both in landscape mode. when i add the first view, it is in landscape (that's fine), but when adding the second, it is automatically in portrait mode. any advice? thanks + regards that's in my AppDelegate.m [window addSubview:viewController.view]; CGRect frame = s...

Find out if Android device is portrait or landscape for normal usage?

Is there anyway to find out if a device is portrait or landscape by default? In that I mean how you normally use the device. Most phones have a portrait screen for normal usage but is there some flag for finding that out? ...

Landscape view showing when not supposed to

I just want to ask if anybody else is also having problems with this; It used to be that a tabbar app by default didn't allow landscape view unless it was enabled for all views in the app, but one could add [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(didRotateFromInterfaceOrientation) name:@"UIDeviceOrient...

Strange black square when loading Facebook Connect for iPhone

Hey all, I've been playing with Facebook Connect for iPhone recently and got it working great. Except for one thing. As you can see in the image (which shows just before loading the log in screen), there is a hideous black area on the right hand side. Do anyone know why this happens and how to fix it? I can only think that I may have t...

UIActionSheet won't display properly in landscape mode

Hi, I am trying to display a UIActionsheet in my application. It works perfectly in portrait mode but when I try to have it display in a landscape orientation it still slides in from the bottom. However it no longer uses buttons and displays with the picker control like it is in landscape mode. Its just in the wrong position. I don't...

portrait view inside landscape activity

Hi Guys, I have a question, how to show a portrait view inside landscape activity (eg. camera activity) for example: i have a camera activity (which should always on landscape mode), but i want my button (which is overlay on top of camera screen) following handset orientation. so when i turn my handset as a landscape, then my button o...

Rotate MPMoviePlayerController to Landscape - iPhone SDK

Hello everyone, I am trying to rotate my MPMoviePlayerController to landscape view, but it always stays in portrait mode. I am doing this in a UIViewController and I still can't rotate my MPMoviePlayerController when I am in full screen mode. Do I have to do something to the shouldAutorotatetoOrientation method? If anyone knows how to d...

iPhone app 'fake' landscape mode

So after wasting many hours trying to get my app to run in landscape mode by defualt I'm looking for an alternative. My idea is to create the app in portrait mode but rotate everything by 90 degrees, the player thinks that he is playing the game in landscape mode (when really I've just rotated everything). I recognise it will be a litt...