I have an app where I in the front scene have set an uimageview with top padding 0 to superview
For infor, I am resizing its height runtime using a height constraint.
The odd thing is the top logo now vertically goes 50% into the top statusbar (at least on iphone 4, portrait mode)
I am a bit at loss for wha possible reasons could be as I am still new to ios/swift/xcode