Top "Safearealayoutguide" questions

The safeAreaLayoutGuide is a property from UIView class (Apple iOS) representing the portion of the view that is unobscured by bars and other content.

Get safe area inset top and bottom heights

On the new iPhone X, what would be the most proper way to get both top and bottom height for …

ios iphone-x safearealayoutguide
Safe Area of Xcode 9

While exploring Xcode9 Beta Found Safe Area on Interface builders View hierarchy viewer. Got curious and tried to know about …

ios swift ios11 xcode9 safearealayoutguide
How do I use Safe Area Layout programmatically?

Since I don't use storyboards to create my views, I was wondering if there's the "Use Safe Area Guides" option …

ios swift iphone-x safearealayoutguide
Objective C : How to create self.view inside Safe Area programmatically

I have just changed my app from supporting iOS 8 and up to supporting iOS 9 and up. Since I don't use …

ios objective-c swift xcode safearealayoutguide
How to set unsafe area background color for ios 11

Creating some new view controllers with xcode 9 so now I have a few safe areas to deal with. I am …

ios swift ios11 xcode9 safearealayoutguide
Can't use safe areas in Xcode 9 after upgrading minimum deployment target to iOS 9

I have just changed my app from supporting iOS 8 and up to supporting iOS 9 and up. I believe I've done …

xcode9 safearealayoutguide
How to extend bottom view colour below the home indicator in iPhone X?

Please check the attached image. The Viewcontroller's view's background colour is blue. This colour extends below the status bar and …

ios iphone iphone-x safearealayoutguide
What is safe area in xib in xcode 9?

Can you please let me know what is safe area (highlighted in image) in xibs in xcode 9. and what is …

ios xib xcode9 safearealayoutguide
How to get a black statusbar on iPhone X on iOS 11

By default the statusbar on an iPhone X looks like this: But I would like to achieve this: I tried …

ios swift statusbar iphone-x safearealayoutguide