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:
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
Post a Comment