在我的iPhone應用程序中,我需要在圖像視圖中設置圖像。如何設置相對於原始圖像大小比例的UIimageview寬度
圖像視圖高度始終爲100像素。
we need to set the width of the image view with respect to the original image scale ratio.
即圖像的每假設寬度X高度爲300x400(原始)(4×3)
我們顯示的圖像視圖的圖像尺寸將是爲75x100
寬X高的圖像是512x512(原創)(1x1)
我們顯示的圖像視圖的圖像尺寸將圖像的100X100
寬度X高度128×256(原始)(1×2)
我們顯示的圖像視圖的圖像尺寸將是50×
in all those cases image view height 100pixel should be same, but the width need to varie with respect to the image ratio.
和FIN盟友圖像視圖應在視圖中心
如何實現它