2

I'm trying to set imageView full screen in iPhone X but for some reasons it doesn't work.

Here an example:

enter image description here As you can see the image below the image view is not completely full screen.

Any of you knows how can make full screen?

I'll really appreciate your help.

user2924482
  • 8,380
  • 23
  • 89
  • 173

2 Answers2

4

This is because of the safeAreaLayoutGuide , make the constraint with superView directly

enter image description here

Shehata Gamal
  • 98,760
  • 8
  • 65
  • 87
2

You can also cancel the safe area

enter image description here

stack Stevn
  • 114
  • 6