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 :
screen :
code :
self.navigationcontroller!.navigationbar.setbackgroundimage(uiimage(), for: .default) self.navigationcontroller!.navigationbar.shadowimage = uiimage() self.navigationcontroller!.navigationbar.istranslucent = true constraints :




Comments
Post a Comment