iphone-x Questions
1
I am trying to find the angle of the head with regards to the y axis in a ARFaceAnchor. My starting example is Apple's sample code: creating face-based AR experiences.
Given this image, I am basic...
3
Solved
I am trying to identify iPhones with the notch programmatically. I am aware of the screen.size method, but when you have a universal app supporting all interface orientations, it becomes a mess (co...
Terr asked 16/4, 2019 at 19:28
2
I have code that enters full screen mode by hiding the UINavigationController's navigation bar. I want a smooth animated zooming effect when entering full screen. I use setNavigationBarHidden(_:ani...
Larena asked 11/11, 2017 at 15:41
2
I want to know the dimensions of the home indicator bar for iPhone X / XR / Xmax. Is there any way to get those constants? Thanks!
5
Solved
Here's a collection view constrained to top, left, right, and bottom of the superview with safe area layout guide enabled:
I want my collection view header to be shown under the status bar. I've...
Menes asked 22/2, 2018 at 19:56
38
Solved
My iOS app uses a custom height for the UINavigationBar which leads to some problems on the new iPhone X.
Does someone already know how to reliable detect programmatically (in Objective-C) if an ...
Mobile asked 13/9, 2017 at 8:12
3
I am having difficulty with the Safe Area when sliding a child ViewController around on an iPhone X in landscape.
I have a root ViewController, and one of its views is moveable and contains an em...
Word asked 23/11, 2017 at 21:14
4
Solved
The new HIG for iPhone X available here, specify:
"Provide a full-screen experience. Make sure backgrounds extend to the edges of the display, and that vertically scrollable layouts, like tables an...
4
I'm using the code below to hide the home indicator on iPhone X, which is working fine in the emulator.
-(BOOL)prefersHomeIndicatorAutoHidden
{
return YES;
}
But even though it's hidden, I am s...
5
Solved
Can we test biometric authentication using the simulator?
The iPhone X Simulator shows a menu for Face ID enrollment, but after enabling that, what can I do?
How it will recognize a face for auth...
Lundt asked 7/11, 2017 at 13:21
6
Solved
I'm trying to implement a "real" fullscreen in App WebView, meaning I want the webcontent to fully go under the notch no matter what.
This is the current situation I am facing, when framing the We...
32
Anyone having issue with the iPhone X simulator around the UITabBar component?
Mine seem to be rendering the icons and title on top of each other, I'm not sure if I'm missing anything, I also ran ...
Resolute asked 14/9, 2017 at 8:59
4
I have a problem with the apache cordova (with ionic 3), this issue only happens on iphone X.
When the app starts, it displays the default ionic splash screen (like this, but scaled):
And after...
Worthen asked 26/11, 2017 at 14:43
6
Solved
I have created a chat UI in which I have added a constraint for the tableView to the bottom of the screen. I am changing the constraint value by adding the height of the keyboard which is working f...
6
Solved
When iPhone X is used landscape, you're supposed to check safeAreaInsets to make suitably large gutters on the left and right. UITableView has the new insetsContentViewsToSafeArea property (default...
Profundity asked 16/9, 2017 at 21:9
2
I'm creating a new View and decided to use a xib file so that I can design it in Interface Builder.
I set the Size to Freeform, and resized it in the Size inspector.
However no matter what size ...
Heptad asked 4/12, 2019 at 19:47
2
I am currently updating some views for the iPhone X. According to this blog post it should be fairly streight-forward, but - like always - it's not as smooth as it's supposed to be.
If you are usi...
Subchloride asked 5/12, 2017 at 6:8
8
Solved
I would like to know exact height of top bar of iPhone X.
Could you please mention the status bar and navigation bar height of iPhone X.
Please help me.
4
Solved
I have a UITableView and the first row is used as a sort of header cell with a full bleed background image and other elements. For this cell I do NOT want to use the SafeArea and I want the UIView ...
Aileen asked 4/1, 2018 at 18:15
7
Solved
On the iPhone X in portrait mode, if you set a bottom constraint to safe area to 0, you will end up with an extra space at the bottom of the screen.
How do you get programmatically the height of th...
5
20
Solved
I'm having an issue with my app when testing for iPhone X. I'm not sure how to adjust this issue, as well as not make it an issue for non iPhone X sizes. This only seems to be an issue on the iPhon...
Demark asked 1/11, 2017 at 12:20
7
Solved
With the launch of the iPhone X imminent, I'm trying to get ahead of the game and prepare some of my web applications to handle any design changes - the biggest of which being the new "notch" which...
Calvano asked 20/9, 2017 at 9:34
2
Solved
Using Javascript; how can I check if the users device is an iPhoneX?
Also, how can I determine what side the iPhones' 'notch' is positioned when in the landscape orientation?
There are some grea...
Anticipatory asked 10/11, 2017 at 16:5
8
Solved
I have this error for the new iPhone X:
Could not locate device support files.
This iPhone X (Model A1865, A1901, A1902, A1903) is running iOS 11.1 (15B93), which may not be supported by thi...
© 2022 - 2024 — McMap. All rights reserved.