iphone-x Questions

2

How do I hide the navigation bar, which was introduced to iOS with the iPhone X in Flutter? In the image I would want to hide the white bar at the bottom, which is the standard navigation bar fo...
Gros asked 23/8, 2018 at 19:46

4

Solved

With iOS 11 and iPhone X Apple specified every app should live in a "safe area" (due to the virtual home button): Inset essential content to prevent clipping. [...] For best results, use stand...
Stereotropism asked 20/9, 2017 at 12:41

3

Solved

Question on iPhone X Autolayout quirks. I have two buttons, previously these would be aligned bottom to the superview with an offset of 20 to not have them touching the bottom of the screen (I've...
Aspidistra asked 23/10, 2017 at 0:6

5

Solved

What are the CSS media queries corresponding to Apple's new devices ? I need to set the body's background-color to change the X's safe area background color.
Tancred asked 20/9, 2017 at 5:2

4

I have a scrollView contains 2 child viewController. You can see VC2 not layout properly. I found if view is not yet visible onscreen. safeAreaInsets is always 0. I can call vc2.view.setNeedsLay...
Mercury asked 18/9, 2017 at 3:28

2

Solved

I run the Xcode Simulator on its own for web development testing. When Simulator starts up, it always boots up the iPhone X (iOS 11.3) because it was running when I last quit the simulator, because...
Uchida asked 10/5, 2018 at 16:39

2

I am developing a site which I wish to display correctly on devices with a notch (particularly the iPhone X as I own one). In this page the following code sample is given: @supports(padding: max(0...
Tungus asked 2/1, 2019 at 19:58

3

I am using both UITableViewController and UITableView in one project. An UITableView in an UITableViewController overlays the home indicator on iPhone X. But an UITableView in an UIViewController ...
Stash asked 25/10, 2017 at 4:31

2

It changes on their native keyboard/emoji board, depending which of the two are open. I thought it would change the color automatically based on UIInputViewController, however it is not occurring w...
Syrian asked 21/9, 2017 at 22:42

3

Solved

I am currently updating one of my apps to iPhone X and tried to hide the home indicator on a fullscreen viewcontroller showing an image using: override func prefersHomeIndicatorAutoHidden() -> ...
Sextant asked 13/10, 2017 at 12:36

1

Solved

I am trying to be able to send SMS messages with links that contain OpenGraph preview images which will load in the iOS "Messages" application and will display the thumbnail without the user having...
Require asked 31/5, 2018 at 4:11

2

Solved

When moving the iPhoneX simulator I have tried clicking and dragging at the top, bottom and both sides and even all the corners but sometimes it works and other times it does not. Why is this so ...
Disruption asked 25/1, 2018 at 13:23

2

Solved

Historic question. Pls note, it's now this simple: https://mcmap.net/q/467272/-smooth-rounded-corners-in-swift The unusual bottom corners of an iPhoneX are Apple's new (2017) "continuous corn...
Rois asked 11/3, 2018 at 12:29

4

I'm using Xcode 9 for my project and I'm getting a white space at the bottom, here is the screenshot: Also I'm using storyboard to design with 4 inches (iphone 5s/SE) as layout. How to avoid th...
Assignat asked 20/9, 2017 at 12:29

1

Solved

For the website that I am managing, I am handling the iPhone X family screen safe area using the new safe-area-inset-<position> and this is working fine on Safari browser as you can see here:...
Halona asked 21/5, 2019 at 17:12

4

I am working on a project which requires size of each eye and distance between the eyes using ARKit and True depth Camera on iPhone X with iOS 12 beta 4 on Xcode 10 beta 4. As I am new to ARKit, I...
Dimarco asked 26/7, 2018 at 5:26

3

I am using the iPhone X and ARFaceKit to capture the user's face. The goal is to texture the face mesh with the user's image. I'm only looking at a single frame (an ARFrame) from the AR session. Fr...
Wood asked 5/12, 2017 at 21:38

0

I am looking for a way to save the depth information (for each frame) to a file while recording a video using the TrueDepth camera. I have found solutions for saving the depth data while taking pho...
Ennui asked 15/3, 2019 at 19:8

2

In my iOS app, I have views rendered beneath the navigation bar. This is because the navigation bar is hidden until the user taps the screen. The screenshots below illustrate my problem. The "X"...
Dierdre asked 16/5, 2018 at 7:16

2

Solved

I’m trying to update the viewWillTransition(to size: with coordinator:) method for iPhoneX. But I can’t get the destinations of the safeAreaInsets values. Please help! override func viewWillTransi...
Hydra asked 3/10, 2017 at 6:6

3

Solved

We've placed a fixed button on the bottom of the webpage using: .CTA-container { position:fixed; bottom:0; left:0; right:0; height:50px; background-color:#333; } a { font-...
Barbabas asked 23/1, 2018 at 12:40

4

By far I handled gradient in navigation bar in the following manner_ let gradient = CAGradientLayer() let sizeLength = UIScreen.main.bounds.size.height * 2 let defaultNavigationBarFrame = CGRect...
Rung asked 22/9, 2017 at 9:12

1

Solved

I am new to Xcode and I don't know how to set webview in safe area of iPhone X. I have gone through couple of various answers, but they didn't help. The only thing I know about this app is, the vie...
Roughen asked 28/11, 2018 at 9:16

1

I'm currently trying out the SafeAreaView to support iPhone X rendering capabilities. Thing is, I'm including an image using the ImageBackground component from react-native. Is there a way to ren...
Roulette asked 20/7, 2018 at 8:2

7

I build a app Demo, use hidesBottomBarWhenPushed hide Tabbar in Push Animation. But, When I click Jump Button Tabbar move up!? like this:
Czarist asked 15/9, 2017 at 6:19

© 2022 - 2024 — McMap. All rights reserved.