landscape Questions

5

Solved

Problem: If user is not logged into GameCenter account - GameCenter authentication view is launched in portrait mode (in ios 5 there were a modal dialog) asking to log in. But if I disable Portrait...
Elodia asked 14/9, 2012 at 15:54

5

I am trying to get the window coordinates of a table view using the following code: [self.tableView.superview convertRect:self.tableView.frame toView:nil] It reports the correct coordinates while...
Flora asked 17/5, 2011 at 17:16

2

Solved

I'm coding an iPhone app in which I have a UIWebView that loads a website with a responsive design. The problem I have is when I rotate the devices to landscape: the UIWebView rotates but it keeps...
Delmadelmar asked 27/9, 2013 at 22:55

4

I have a view that has been created in Interface Builder and configured to resize according to the orientation. If the view is created and added to the display while the application is in portrait ...
Viglione asked 1/3, 2011 at 23:55

1

Solved

I have a piano app in the App Store. It works in landscape mode. Now iOS 7 appears to be ignoring the Landscape setting in IB The app works as expected in iOS 6 and below, in landscape. In iO...
Hamartia asked 17/9, 2013 at 19:9

4

Solved

I have use the Xcode 4.5.1 and use this conditions #define IOS_OLDER_THAN_6 ( [ [ [ UIDevice currentDevice ] systemVersion ] floatValue ] < 6.0 ) #define IOS_NEWER_OR_EQUAL_TO_6 ( [ [ [ UIDevi...
Stoltz asked 17/10, 2012 at 11:16

2

Solved

I've got an iPhone application with a storyboard,few xib and custom cells. The application is set as a "portrait" as "supported interface orientation" (i mean everything is display like that). In ...
Patio asked 16/7, 2013 at 15:32

3

Solved

How can the orientation of a page be landscape only as i am using jquery mobile for my webapp? The page contains some tabular data which can't be shown in the portrait mode in the mobile version.....
Spraddle asked 13/7, 2012 at 8:58

5

Solved

I'm having trouble merging two PDF files with pyPdf. When I run the following code the the watermark (page1) looks fine, but the page2 has been rotated 90 degrees clockwise. Any ideas what's going...
Turn asked 18/5, 2011 at 7:26

4

Solved

I have a problem after updating to iOS 6 that is driving me nuts. It looks like any time I have the attribute "placeholder" on an input field, while rotating from Portrait to Landscape and back to...
Whitehorse asked 25/9, 2012 at 12:16

3

Solved

found this function online, which works great... except I can't figure out how to default it to print in landscape. private void PrintClick(object sender, RoutedEventArgs e) { PrintDialog dialog ...
Vitebsk asked 14/3, 2011 at 15:35

3

Solved

I've built a game for iOS that is designed for landscape mode and it works just fine except that if you turn the device to portrait mode it stops there to with the interface only filling about the ...
Harmonist asked 2/7, 2011 at 19:50

2

Can anyone give me a detailed explanation of why iOS is handling it's landscape orientation the way it does in regards to frame and transformation? What I'm talking about is this following behavio...
Buonarroti asked 29/4, 2013 at 16:24

1

Solved

Hi I am trying to replicate the same rotation which can be seen in the camera app when orientation is shifted to landscape. Unfortunately I've had no luck. I need to set this up for the custom came...
Dandelion asked 8/4, 2013 at 18:35

1

Solved

I am developing a smartphone friendly version of a website and I am facing a little problem while working with the media query for the smartphone landscape orientation. For the portrait orientation...
Stern asked 11/4, 2013 at 15:52

2

Solved

I have an Activity with several TextEdits and in portrait mode everything is displayed perfectly.But when i switch the device to the landscape mode several views didn't displayed (they are cu...
Anybody asked 9/4, 2013 at 8:32

7

Solved

I have a UITabBarController, and each tab handles a different UIViewController that pushes on the stack new controllers as needed. In two of these tabs I need, when a specific controller is reached...
Rondeau asked 16/4, 2009 at 14:59

2

Solved

App Support: iOS6+ My app works in both portrait and landscape. But 1 controller should only works in a Portrait. The problem is that when I am in landscape and push the view controller the new v...
Zinfandel asked 31/1, 2013 at 19:4

2

Solved

I have a ViewController that manages a view in which I have a Table View, an ImageView and a Navigation Bar. When I put it in the landscape mode the Navigation Bar doesn't resize to 32, it still re...
Hillyer asked 18/11, 2010 at 19:47

1

Solved

I ran into this issue earlier in the week and again just now. I'm in the process of setting my keyboard offset for when the keyboard appears on the screen when the user is in landscape mode of an i...
Solidary asked 21/12, 2012 at 16:5

2

Solved

I have a master view controller that's inside a UINavigationController. In that master view controller, I have a button that pushes a detail view controller that has a UIWebView inside of it. I wan...
Plautus asked 14/12, 2012 at 3:30

2

If you go here on an iPad, and click through to Chapter1 > Chapter 1 > Get started... you will see after a loading screen the Chapter 1 page. Basically what this is, is html embedded into an ...
Cusk asked 30/11, 2012 at 13:45

2

I am developing an app which supports Landscape orientation only. It uses an UIImagePickerController to pick images and/or videos from the library. App is functioning fine in iOS-5 or before but it...
Subclavian asked 12/10, 2012 at 13:7

2

Solved

I have a screen which uses ViewPager + actionbar Sherlock tabs. I have a setOnPageChangeListener set on the pager and it does the following: @Override public void onPageSelected(final int position...

2

Solved

The app I'm writing requires camera functionality. So to learn about how to operate the camera, I followed this script: http://developer.android.com/resources/samples/ApiDemos/src/com/example/andr...
Minimus asked 28/9, 2011 at 9:12

© 2022 - 2024 — McMap. All rights reserved.