Questions tagged [landscape]

A page or device orientation in which the horizontal axis is longer than the vertical axis.

A page or device orientation in which the horizontal axis is longer than the vertical axis. Contrast with portrait orientation, where the vertical axis is the major axis.

1434 questions
0
votes
1 answer

Rotate just one view to Landscape

I am working on a iPAD application with MasterDetailView. From my tableView I am pushing another ViewController on detailViewController. I want this another ViewController to be displayed in landscape mode. - (void)tableView:(UITableView *)tableView…
0
votes
1 answer

IOS Phonegap : landscape to portrait break overflow-x

I've got an issue and can't solve it easily because appears only in one case : when i'm on my page and i switch from landscape to portrait, on iOS. My app is a Phonegap app using Angular and plugin device-orientation to make it working with my…
Tom
  • 33
  • 6
0
votes
1 answer

Soft keyboard changes the view layout when it opens in landscape

Why does the soft keyboard change the layout so dramatically when I swap this screen to landscape? It works perfectly fine in portrait. I am assuming that it has to do with the limited space, but the keyboard could still open without covering the…
theblang
  • 10,215
  • 9
  • 69
  • 120
0
votes
2 answers

Add UIView to window in landscape

My app starts with a UISplitViewController, before I want to show another UIView from a UIViewController on my storyboard. So I call this function in -viewWillAppear: -(void)showSplashScreen{ UIView *splashView; AppDelegate *appDelegate =…
0
votes
1 answer

Blank screen when debuggin AND Landscape locked

Well im doing the main activity for a true false game. No errors on neither files( xml, java ,manifest ) but when i debugged it ( on a real phone no virtual, galaxy note 2 ) nothing shows on the screen ,no buttons ,no text views and for sure no…
Giorgos Neokleous
  • 1,709
  • 1
  • 14
  • 25
0
votes
1 answer

iOS 7 interface orientation 2

I went through all the orientation threads I could find on here and implemented a few of them. each worked 90%. Here is some background on the app I am making. It has 5 tabBarItems each obviously loads a different view. Some of these view I want to…
user2506891
  • 143
  • 2
  • 9
0
votes
1 answer

ios7 iPad wrong view size in Landscape mode

I have iPad application which uses iOS7 SDK with auto-layout. my main view have a sub view which is a UITabBarController which programmatically creates it's view controller's (storyboard.instaniateViewController..). Inside the views - when i'm in…
Eliktz
  • 572
  • 1
  • 4
  • 27
0
votes
1 answer

lock a view to launch initially in landscape (ONLY landscape) objective-C

I want to initially launch one of the View controllers in JUST landscape mode, while the other views and the whole app can work in both portrait and landscape. How can I do it in iOS 7? Thank you.
Hadis
  • 3
  • 2
0
votes
2 answers

Objective C iOS UISegmentedControl changing position unexpectedly

I have a UISegmented control that I need to change the position of whenever the view goes into a landscape view. My code works, but for some very strange reason whenever I try to select the segmented control, it moves back to its portrait position…
Jared Price
  • 5,217
  • 7
  • 44
  • 74
0
votes
1 answer

Bottom footer won't stay down in landscape mode iOS 7

I'm almost done with my website but I have one little problem. I have have a fixed header and fixed footer on my site with a responsive layout. All works just like I want it, except when i "tilt" my phone to "landscape" mode. Then the site creates…
0
votes
3 answers

XCode iPhone how to handle vertical alignment of UI elements

I'm using XCode 5 developing for iOS 7 for an iPhone app. I just started testing on an actual device and right away I noticed the landscape view for every view is not how I want it. Many elements are being hidden. My view in portrait view: Ok,…
Jared Price
  • 5,217
  • 7
  • 44
  • 74
0
votes
1 answer

iOS below 7.0 shows grouping of button on UIActionsheet in Landscape mode

I have five UIButtons displayed in UIActionsheet. This is displayed fine in portrait-mode. However, in case of landscape-mode all UIButtons are grouped together and presented by iOS (6.1.3) as shown in screenshot. Also, the console displays…
Jayprakash Dubey
  • 35,723
  • 18
  • 170
  • 177
0
votes
2 answers

Android tabs fragment crashes when changing to landscape

I have an activity with 3 tabs using fragments, it works fine when working in portrait mode, however, when I change it to landscape, it crashes. This is the code: public class MainMenuActivity extends Activity { @Override protected void…
saman0suke
  • 762
  • 1
  • 8
  • 24
0
votes
3 answers

Change View on only one Tab in Tabbar-Application (Landscape-Portrait)?

How can I change the view when rotating the iphone (change nib's). But it should only happens in one single tab! I tried it with: - (void)viewDidLoad { LandscapeViewController *viewController = [[LandscapeViewController alloc] …
x2on
  • 2,267
  • 3
  • 24
  • 44
0
votes
0 answers

viewController not changing to LandScape mode in ipad

i am developing ipad related app.Login Screen not change to Landscape mode,i change Xib and used shouldAutorotateToInterfaceOrientation also but its didn't work out .can u help where the mistakes is there.i want app only landscape.
Mahe
  • 98
  • 1
  • 8