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

iPhone X compatibility programmatically

I want to make my app compatible with iPhone X. I'm not using storyboard or xibs, just code. When I run my app on the simulator the view overlaps part of the status bar and the home bar at the bottom. Is there a way to programmatically adjust the…
Ali Feili
  • 61
  • 1
  • 9
-2
votes
1 answer

When upgrading to support iPhone X, font display smaller on older devices

After I've added some launch images to support iPhone X, the label text diplay smaller. How can I fix this problem? Thank you! Before: After:
myaug
  • 197
  • 2
  • 12
-2
votes
1 answer

Screen of an Old App in iPhone X iOS 11 Adjustment

We updated today to xCode 9 and our Visual Studio for Xamarin Development. I tested my apps on iPhone X and it has a spaces on upper and lower portion. Any idea and work around to update the app? using Visual Studio Xamarin Forms.
Rai
  • 187
  • 2
  • 15
-3
votes
1 answer

Recreate force touch buttons from iPhone X lock screen

Is it possible to recreate the behavior of the flashlight button from iphone X lockscreen? I am of course interested only in using public APIs supported by Apple.
-3
votes
1 answer

Iphone x : The UIView does not start from the top

When I run the application in the simulator iphonex , I noticied that the UIView does not start from the top. There is some space between my UIView and the topbar of the view. please any help. thank you.
Moez
  • 29
  • 7
-3
votes
2 answers

iphone 10 design issue with auto resize

I am developing an iOS app.I am using auto resize(not auto layout) for designing view.But my deisgn is suitable for iphone 10.It looks stretched.Please guide me to deisgn using auto resize.iphone 10 will only support autolayout?Please refer my…
Madhu
  • 9
  • 1
-3
votes
1 answer

How different iPhone x actual screen size from iPhone 8 plus

Here we could see the size difference in iPHone X actual screen size. I know it has wedge on top of the screen .. so am I safe to assume to App size occupied by app in iPhone X and iPhone 8 plus is same. Can somebody clarify
-3
votes
1 answer

got white gap under tab bar on iphoneX

I was running my app on iphoneX simulator and got white gap under tabbar. Can someone explain to me how to check this one. Thanks you so much. I created a tabbar controller programmatically and here's the code. self.newsfeedVC = [WhatIsNewListVC…
Aye
  • 265
  • 1
  • 3
  • 13
-3
votes
1 answer

iOS 11 navigation bar bottom line

Just started to use Xcode 9 and iOS 11 today, I found there is border line created about 3 px above the bottom of navigation bar. I never seen same thing in iOS 10. Any idea how to remove it? To make it clear it is not the iPhone X home button in…
Alex Bin Zhao
  • 398
  • 3
  • 11
-4
votes
2 answers

Make rounded edge corners on whole page with CSS?

I'm trying to add CSS to my PWA app so it can look better on "notch" devices. I roughly drew it and pointed it out with the red arrows. Here is my website if you need to inspect element the CSS classes: https://kyle.awayan.com/. Are there any…
kyleawayan
  • 173
  • 2
  • 13
-5
votes
3 answers

Xcode iPhone X - how to return to black bands

These days I'm doing an iOS application with swift. The problem is that I anchored everything with the height and length of the screen, so it comes out different. I would like to have the black bands above and below so, as to return to 16:9.
1 2 3
42
43