ios - UIImageView isn't showing completely on 3,5 screen -


i'm trying show uiimageview images on iphone 4, doesn't appear completely. bottom part hidden...this result:

enter image description here

i have tryed 0 constraints on left, right, top , bottom margins no effect... adding width 320 height allways 568px (4 inch screen height )

is not image aspect problem. i'm using aspect fill case , works good, imageview height 568px. if resize manually heigth 480px image ok.

thanks lot! don't know can do...

try use this,

[imgview setcontentmode:uiviewcontentmodescaletofill] 

Comments

Popular posts from this blog

java - Intellij Synchronizing output directories .. -

git - Initial Commit: "fatal: could not create leading directories of ..." -