Questions tagged as 'landscape'

0
answers

How to fill the entire screen in landscape mode Table Layout?

I'm 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" android:layout_height="match_parent" android:layout_weight="1"...
asked by 13.06.2017 / 00:42
0
answers

How to fix camera image independent of device position? Objective - C

I'm working on an application that through the camera, it detects people's faces in real time and swaps the image of the face through any mask. (Basically SquareCam) However, it only works with the device portrait. When I put landscape, th...
asked by 17.11.2015 / 20:19
1
answer

How 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 problem occurs as follows: 1 - Launch the...
asked by 07.04.2015 / 19:20