How to avoid the 20 margin, when I set the constraint to 0?
You can see the below image, which have 20 more margin here, how to avoid that?
How to avoid the 20 margin, when I set the constraint to 0?
You can see the below image, which have 20 more margin here, how to avoid that?
Override this method to hide status bar in your UIViewController
override var prefersStatusBarHidden: Bool {
return true
}
In Storyboard, set Status Bar: None
in the Attributes Inspector.
Try this solution :
Its solve your problem through constrains