Most voted "landscape" questions
Landscape Orientation (Landscape) is the one where the image base (X axis) is greater than the image height (Y axis)
Learn more…3 questions
Sort by count of
-
0
votes1
answer35
viewsHow to Rotate Viewcontroller Manually?
I started a project, where I use a Custonnavigationcontroller to control the navigation of the screens. In this project, only one viewcontroller can be rotated to Landscape mode. But the following…
objective-c uinavigationcontroller portrait landscape orientationasked 9 years, 7 months ago Tiago Amaral 1,520 -
0
votes0
answers37
viewsHow to fix camera image independent of device position ? Objective - C
I’m working on an app that through the camera, it detects people’s faces in real time and swaps the face image for some mask. (Basically the Squarecam) But it only works with the device vertically…
-
0
votes0
answers135
viewsHow to fill the entire screen in "Landscape" Table Layout mode?
I am using a "Tablelayout" in my application. This is my XML code: <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent"…