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

Update custom navigationBar trasparent Image autolayout Iphone X?

Tell me how to do it custom navigation bar trasparent Iphone X?Here is the picture that I want. Here is my code that I did. But when I fix the picture of the changes does not happen. The transparent navigationBar and status bar become ordinary.All…
0
votes
1 answer

App doesn't fill iPhone X screen when from the app store

I have an app running in landscape mode only. I've been modifying it to adapt to the iPhone X layout, filling the screen but only operate within the safe are atc. When I develop and test my app starting it on the actual device from xcode, all looks…
Zifigo
  • 196
  • 8
0
votes
1 answer

Take the user to Passcode Settings page from your app?

Using UIApplicationOpenSettingsURLString will take the user to app settings, is there any url for taking the user to Passcode or FaceID settings page of Setting app ?
guhan0
  • 666
  • 6
  • 19
0
votes
1 answer

UIView always on bottom of screen regardless of frame's x and y - Swift

On the iPhone X in the simulator, my container view is appearing below the tab bar (it is on the bottom of the screen). I would like to move the container view so it is sitting on top of the tab bar, but no matter what I put in as the x and y of…
connorvo
  • 761
  • 2
  • 7
  • 21
0
votes
2 answers

Table View Controllers created in Interface Builder have their bottom cells clipped and obscured on iPhone X

If a Table View Controller is created using Interface Builder, on iPhone X the lowest visible cell will be obscured by the home screen indicator, and the cell's corners clipped by the curved screen, by default - see screenshot below. If I use a…
nikkumang
  • 1,615
  • 2
  • 17
  • 34
0
votes
1 answer

conflicting media queries iPhone X

I have the following media queries. The first one is for certain screens below a certain width. The second is specifically for the iPhone X. Is it possible to override the first media query when it is an iPhone X only? The following does not seem to…
user1038814
  • 9,337
  • 18
  • 65
  • 86
0
votes
1 answer

iPhone X scaling issue, can we scale existing apps to fullscreen mode without an app update

All my existing apps are not scaled to iPhone X, is there any way to make them to full screen without an update. It will be really helpful if we don't have to go to the hassle of upgrading all the apps again. And if not what are the options of doing…
Rein rPavi
  • 3,368
  • 4
  • 22
  • 32
0
votes
1 answer

iMessage App Extension quits in iPhone X simulator

Its terminating even for apple demo code. Refer the screen shot.
guhan0
  • 666
  • 6
  • 19
0
votes
3 answers

iPhone X custom tab bar issue

We have custom tab bar in our app. The height of the custom tab bar is fixed. It was working fine for all devices except iPhone X. The problem is the height of custom tab bar is 45 but in iPhone X it will collide with the home indicator. So we had…
venky
  • 1,155
  • 1
  • 11
  • 26
0
votes
1 answer

Auto rotate portrait upside down to portrait for iphone X?

As the iPhone X does not support orientation of portrait upside down. Is there a way to automatically rotate the orientation to portrait when user changes the orientation of phone to portrait upside down for iPhone X ONLY? I am using this extension…
leaner122
  • 647
  • 9
  • 21
0
votes
2 answers

In new xcode layoutSubviews is not called

I have code that animate a view (change constraints) UIView .animate(withDuration: TimeInterval(duration), delay: 0.0, usingSpringWithDamping: 1, initialSpringVelocity: 1, options: .curveEaseInOut, animations: { self.topConstraint!.constant…
Marko Zadravec
  • 8,298
  • 10
  • 55
  • 97
0
votes
0 answers

unable to tap the correct element on Iphone X simulator using calabash-cucumber 0.21.1

I have updated my xcode to 9 and calabash-cucumber to 0.21.1 and runloop to 2.6.1. I am trying to run my tests on IPhoneX simulator to tap on a particular element but its tapping on somewhere on the screen. It worked fine until iPhone 7. Even the…
chetan
  • 61
  • 1
  • 1
  • 6
0
votes
1 answer

Tab bar covering view in iPhone X

I am testing an app in iPhone X Simulator and I have written code in Objective-c. It has Tab bar view controller and it seems that Tab bar is having more padding than before. I have tested the same app in other simulators and it looks fine. It's…
0
votes
1 answer

How can I set background colour for top section in iPhoneX

I just realise that my app is not working for iphoneX's design. I have a UIVIew (containing textfield and button) tends to be like navigation bar so it does support for iPhone 8 and 8 plus. However, the iPhoneX has blank white for the top section.…
Andrew
  • 75
  • 1
  • 6
0
votes
0 answers

iPhoneX Support in Unity3D 4.7.2 Basic

I made launchScreen.storyboard and added exact unity3d splash. But game crashes with below console log. You are using Unity iPhone Basic. You are not allowed to remove the Unity splash screen from your game Now getting unity splash screen,…
Guru
  • 21,652
  • 10
  • 63
  • 102