iphone-x Questions

4

Solved

I am working on one project and I want to get other application usage time. apple has launched iOS 12 and provides the new feature Screen Time. I want to know is there any way or API provided by Ap...
Insane asked 24/9, 2018 at 4:28

5

I'm trying to add a Navigation Bar in a xib, but the navigation bar does not fill to the top, it leaves space above it where the camera notch is. See the screenshot below: Here are my constraint...
Disperse asked 11/12, 2018 at 18:27

5

Solved

First screenshot was without applying SafeAreaView and second screenshot is applying SafeAreaView As shown clearly that Stack header seems bulky as compare to previously. Is there anyway where...
Heath asked 26/11, 2018 at 7:2

12

Solved

I'm using SafeAreaView from React Native 0.50.1 and it's working pretty good except for the one part. I assigned the orange background color to the SafrAreaView but can't figure out to change the ...
Dogmatic asked 9/12, 2017 at 5:29

6

I want the content of the collectionView to start from the very top of the screen (top of status bar) because I have transparent navigation bar, I want to avoid magic numbers and it should work wit...
Wavy asked 11/12, 2017 at 12:48

3

Using capacitor to build an app in ios. In ios the webview covers the whole screen, for iphone-x that means the notch will be included and content will go behind it, like the picture on the right. ...
Perspiratory asked 2/8, 2019 at 15:58

4

I have a custom UIToolbar that I'm showing when the tab bar is hidden. The toolbar buttons are too close to the home indicator on iPhone X: let toolbar = UIToolbar() let height = tabBarController?...
Languid asked 13/1, 2018 at 2:19

16

Solved

I have a messaging app that has the typical UI design of a text field at the bottom of a full screen table view. I am setting that text field to be the view controller's inputAccessoryView and call...
Everyday asked 18/9, 2017 at 15:23

10

I don't know why the safe area covered my view on the iPhone X, simulator, but in xCode's view debug it seems ok. Is there any option to hide the safe area view or remove it? thanks in advance! Via...
Bushwhacker asked 14/3, 2018 at 13:12

3

Solved

We have a FilterComponent which renders a Modal, but on iPhone X it's Header is in the Statusbar. I tried to render it with SafeAreaView but seems like this is not working: return ( <SafeAre...
Typescript asked 31/1, 2018 at 9:7

12

Solved

Since I don't use storyboards to create my views, I was wondering if there's the "Use Safe Area Guides" option programmatically or something like that. I've tried to anchor my views to view.saf...
Marocain asked 20/9, 2017 at 8:30

2

Failed to load bounding path bitmap data from the asset manager for asset name: BoundingPathBitmap-1125x2436-375x812-3.00x The crash happen on the viewcontroller contain UIScrollView When open it,...
Hendon asked 11/4, 2019 at 7:53

14

Solved

I am updating my app to adapt it for iPhone X. All views work fine by now except one. I have a view controller that presents a custom UIView that covers the whole screen. Before I was using UIScree...
Langdon asked 31/10, 2017 at 10:16

5

In my case I'm running a web app on iPhone X, I'm trying to add a padding on top to push my body to the safe area using the safe area css attributes of Webkit padding-top: constant(safe-area-inset-...
Mills asked 15/11, 2017 at 8:34

3

I'm developing image gallery like slider using UIPageViewController and I'm having troubles with UIPageViewController automatic insets in Scroll transition style mode. Here is my layout: UIViewC...

11

Solved

Running my App in the iPhone X Simulator (GM Seed) I am noticing two strange effects: the App does not use the full screen space (top and bottom area is black) a strange white bar beneath the tit...
Gosney asked 12/9, 2017 at 20:30

9

Solved

I tested my Cordova-based app yesterday on the iPhone X Simulator in Xcode 9.0 (9A235) and it didn't look good. Firstly, instead of filling the full screen area, there was a black area above and b...
Maitland asked 15/9, 2017 at 6:10

6

Solved

I use below code to get keyboard height. Then use this height to calculate the frame of an UIView to make sure this UIView just on the top of the keyboard. But in iPhoneX simulator the output is ...
Sherrellsherrer asked 26/9, 2017 at 7:42

1

Solved

What is the size (in pixels or points) of the notch of the iPhone Xr and the iPhone Xs Max? I know them for the iPhone X, see "iPhone X Cutout" on https://www.paintcodeapp.com/news/iphone-x-screen-...
Claribelclarice asked 14/11, 2018 at 14:57

4

I am wanting to use env(safe-area-inset-bottom) to add margin-bottom to an element, but only when the device is an iPhone X. However, the margin added using env(safe-area-inset-bottom) does not add...
Germainegerman asked 14/12, 2017 at 0:5

3

Solved

I'm attempting to set up a splash image on a fresh Xcode project but the app and splash screen, regardless of what I change in LaunchScreen.storyboard, will never take the full height of the iPhone...
Systematize asked 6/3, 2019 at 19:38

5

I have read the Human Interface Guidelines for iPhone X and it doesn't specifically state the 'safe region' (area which caters for both top notch and bottom bar on the iPhone X). I would like to kn...
Supranatural asked 23/9, 2017 at 6:45

3

Solved

I read the whole documentation on all ARKit classes up and down. I don't see any place that describes ability to actually get the user face's Texture. ARFaceAnchor contains the ARFaceGeometry (to...
Gormand asked 10/11, 2017 at 14:43

5

Solved

I need to make some changes to my app but only for iPhone X. The app is Apache Cordova based (with Ionic framework). Is there a cordova plugin to detect the iPhone X? If the answer is no, which i...
Fowliang asked 12/10, 2017 at 8:22

1

We have safe-area-inset-left, safe-area-inset-right, safe-area-inset-top, and safe-area-inset-bottom in CSS, but how can we get those values using JavaScript?
Goad asked 4/11, 2017 at 15:36

© 2022 - 2024 — McMap. All rights reserved.