Questions tagged [iphone-x]

Only use this tag for questions that specifically apply to the Apple iPhone X device. Use the [ios] tag for questions related to iOS. Hardware questions generally belonging to the iPhone X should be in the Ask Different community.

iPhone X is a mobile phone produced by Apple. Its key features include a 5.8 inch edge-to-edge "Super Retina Display", a dual-camera setup with extended AR compatibilities and the Face ID face recognition system.

Product page

641 questions
0
votes
0 answers

App compiled with IOS SDK 10 has edge protection ON by default on iphone X

When compiling an app using IOS SDK 11, the edge protection on iphone X is turned OFF by default, like apple advises too. But when i run my app compiled with a previous SDK (like 10 for example), the edge protection is ON by default, even if i…
sap
  • 1,188
  • 1
  • 14
  • 25
0
votes
1 answer

iPhone X not displaying selection screen from start

I am trying to set a selection image to UITabbar item, Here is the screenshot. It works fine on all other screens except iPhoneX How can i make it appear from y = 0
Muhammad Umar
  • 11,391
  • 21
  • 91
  • 193
0
votes
1 answer

Custom Keyboard for iPhone X inputView.frame size

I have my custom keyboard that's fine with all iPhones except iPhone X. In my custom keyboard i create UI with XIB file and i am not using Autolayout. Here is how i add my keyboard view in Keyboard Extension. self.myKeyX.frame =…
Bling
  • 21
  • 4
0
votes
0 answers

How to handle banner ads on iPhone X in landscape

Has anyone got experience yet using banner ads, e.g from AdMob, on iPhoneX. I understand that we need to use the new safe area which seems fine in portrait mode but causes issues in landscape mode. If we use the new safeArea insets the banner is…
crashoverride777
  • 10,581
  • 2
  • 32
  • 56
0
votes
2 answers

iphone x home indicator issue while using tableViewController

I have some doubts. I'm using a UITableViewController, and at bottom it's not giving space for the home indicator. It goes behind the home indicator (refer to the image). If I add any button actions to the last cell, this will surely cause an…
Sarath
  • 343
  • 3
  • 12
0
votes
0 answers

How to set Safe Area layout for older Apps?

I just started working on a new project which has been done when Xcode 6 was released. The previous developer has used a View instead of the navigation Bar at the top of a few views. I want to fix the height of the View at the top for the new iPhone…
SriTeja Chilakamarri
  • 2,463
  • 4
  • 16
  • 29
0
votes
0 answers

iPhone x Header right item has lot of padding/margin

Latest Update: I have found the issue. You can see that it has 90px padding-right on title-ios. Do you know why? Original Quetion: Android UI - header is Correct iPhone X ios 11.1 UI - Header is Wrong html
Sampath
  • 63,341
  • 64
  • 307
  • 441
0
votes
2 answers

iPhone X tool bar issue at the bottom

My app works well on all device except for iPhone X. On iPhone X the tool bar on the bottom is shown like as shown in image But I want to show it like shown in second image But when ever I shift the tool bar up so that it will show properly on…
Parv Bhasker
  • 1,773
  • 1
  • 20
  • 39
0
votes
1 answer

Change height of frame for iPhone X

I want to change height of screen in order to support iPhone x. Currently when i run my app in simulator of iPhone X the height of bounds is 568. The following line returns 568 CGSize screenSize = [[UIScreen mainScreen] bounds].size;
shakshi
  • 231
  • 1
  • 2
  • 9
0
votes
1 answer

iPhone X not respecting set tab bar hidden animated

I've got a view controller being pushed onto a navigation controller which is inside a tab bar controller. The view controller hidesBottomBarWhenPushed and on view will appear it shows a toolbar. No matter what I try, it won't stop animating the…
0
votes
1 answer

Extend the View Underneath the Status Bar and Multi-tasking Bar on iPhone X Without Manually Adjusting Constraints in Code?

I was wondering if there's a way to extend a view to be underneath the status bar and multi-tasking bar of the iPhone X without manually adjusting constraints in code based on the device. Using the safe area, container, container margins and…
0
votes
0 answers

Unexpected Crash on iPhone X on launching the application

Application is working fine on all devices including iPhone 8 except iPhone X. Scenario is setting a viewcontrooller as the topviewcontroller on Push of navigation system and removing them on pop of navigation controller system. On launching on…
iOS Developer
  • 1,723
  • 2
  • 16
  • 47
0
votes
0 answers

why am I not able to install iOS app to iPhone x simulator

Visual Studio Community 2017 for Mac Version 7.2.2 (build 11) Installation UUID: 31d15ad0-e2b9-4dc5-bc31-0d1691b70a29 Runtime: Mono 5.4.1.6 (2017-06/1f4613aa1ac) (64-bit) GTK+ 2.24.23 (Raleigh theme) Package version: 504010006 NuGet…
Rajan M
  • 345
  • 3
  • 22
0
votes
1 answer

Extend touch area on iPhone X in landscape mode

If a UIViewController is launched in landscape mode, even though the home indicator is not on the right side, still the rightmost 44 points on the screen do not respond to touches. I am wondering what is the purpose of disabling those pixels for…
Deepak Sharma
  • 5,577
  • 7
  • 55
  • 131
0
votes
1 answer

How can I get the Face ID system icon programatically?

Is there a way to get this icon programatically? In some way like this: [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemDone target:self action:@selector(someAction)]; I've checked the Icons and Images section in iOS…
Vojta
  • 810
  • 10
  • 16