ios - Top space to superview does not work -


i want set uiimageview under navigationbar twitter profile. create constraint on top of uiimageview superview not work, uiimageview display below navigationbar. why ?

storyboard :

from storyboard constraint

screen :

result

code :

self.navigationcontroller!.navigationbar.setbackgroundimage(uiimage(), for: .default) self.navigationcontroller!.navigationbar.shadowimage = uiimage() self.navigationcontroller!.navigationbar.istranslucent = true 

constraints :

constraist of imageview

make sure have view controller extend under navigation bar. can in storyboard shown:

storyboard


Comments

Popular posts from this blog

python - Selenium remoteWebDriver (& SauceLabs) Firefox moseMoveTo action exception -

html - How to custom Bootstrap grid height? -

transpose - Maple isnt executing function but prints function term -