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
-1
votes
1 answer

How do I set double tab confirmation to new ios home slide-button?

I'm developing a swift game that involves a lot of finger-dragging through the whole screen. The problem is that with the new ios home "button-slide", I find myself out of the game when i get close to the bottom or the top of the screen. I would…
Miki Mirat
  • 27
  • 3
-1
votes
1 answer

Where do some iPhone X ghost text captions come from? (on an Ionic app)

We have an Ionic 1 app and we are suffering a lot of issues on iPhone X - just like everyone else. One of the issues is that on some app screens some floating text captions appear at top left of the screen, like "Search" ("Buscar" in spanish on this…
Áxel Costas Pena
  • 5,886
  • 6
  • 28
  • 59
-1
votes
3 answers

Auto Cell Height on UITableView without overlapping bottom part of iPhone X

So my goal is to achieve automatic height for my table view. What I mean by by that is whenever I add new item to the table view, the table is still "full screen" while the cell is decreasing its height. for example this is what I've done : on…
-1
votes
1 answer

App runs well at all versions of iphone but on iphone X Thread 1: Signal sigabrt error

It indicates that part of code [AppDelegate _initialize]; return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); That is log : libc++abi.dylib: terminating with uncaught exception of type NSException How to solve…
K.Bek
  • 3
  • 2
-1
votes
1 answer

How do I Authorize an Existing Iphone with New Cell Carrier/Provider?

Today my friend got a new simcard with Verizon and was recently with Sprint. Info Old Carrier Sprint New Carrier Verizon The IPhone was previously under a lease but was paid off. Signed up with Verizon and they gave him a new simcard. On the day of…
JayRizzo
  • 3,234
  • 3
  • 33
  • 49
-1
votes
3 answers

UINavigationBar status bar color issue on iPhone X

On iPhone 8 : On iPhone X : The issue lies with status bar. The is nothing exclusive I am doing here. It is just that the color is a gradient one, but it should not matter. ViewController's attributes : Function for setting gradient :…
Nitish
  • 13,845
  • 28
  • 135
  • 263
-1
votes
1 answer

iPhone X - UICollectionViewController AutoLayout

Currently I am implementing a UICollectionViewController in my application (using MVC) since it provides fairly simple and useful methods to use a UICollectionView, the problem is that apparently it does not adapt well to the margins of the iPhone X…
Angel
  • 402
  • 3
  • 8
-1
votes
1 answer

IOS UI below top bar

I'm creating a snapchat style app and I'm trying to keep UI below the top status bar (Signal/Time / Battery bar). I have it working on test phones except for iPhone X. I'm not sure if I should be using the extend under top bars / bottom bars feature…
-1
votes
1 answer

objectivec detecting iphoneX gives incorrect dimensions (2001, not 2436)

I am trying to detect an iPhoneX in objective C and have found several posts/guides/websites, such as https://hype.codes/how-detect-iphone-x-programmatically that show how to do it and the values to compare it against. This usually means checking…
Eelco
  • 1
  • 1
-1
votes
1 answer

iOS safe area not working on real devices

I tried to adapt my app to work correctly on iPhone X, so used safe area in the XIB files with some change in constraints. when I test the result on simulator it works as expected, but not the case on real device (iPhone 6). I cleaned the project…
abdel
  • 125
  • 8
-1
votes
1 answer

(iPhoneX) White spaces in top and bottom of the screen when running Camera

I've made an app that worked fine on my iPhone 6 Plus. The app contains a QRCode scanning feature which obviously starts the camera. When running the Camera, it works in full screen with my iPhone 6 Plus but not in my iPhone X. the camera still…
Ibrahim
  • 9
  • 2
-1
votes
1 answer

Swift - Navigation Bars

I am having trouble making it so that the navigation bar will have an optimised display for both the iPhone X and all other iPhones and iPads. I have read on the apple developer documentation that the navigation bar is meant to adapt so that the…
Caypilot
  • 11
  • 4
-1
votes
3 answers

How can you determine iPhone X Simulator programmatically?

I am trying to size my app for iPhone X and am having trouble. Currently I define screen sizes like so: #define IS_IPAD (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad) #define IS_IPHONE (UI_USER_INTERFACE_IDIOM() ==…
Sam H.
  • 1
  • 1
-1
votes
2 answers

How to add iPhone X simulator on Xcode8.3.3?

I want to test my app on iPhone X. I don't want to run my current app on Xcode9 due to some designing issues. So Is there any way to test app on iPhone X simulator?. Please clarify me. Thanks in advance.
Sri..
  • 163
  • 5
  • 18
-2
votes
1 answer

Compatibility with iPhone X

I'm seeing white borders at the top and bottom of the screen when viewing my app on an iPhone X simulator. How do I get rid of them?
1 2 3
42
43