2016-05-06 20 views
1

我預先在320 320 [屬性圖像的尺寸並賦予它的1縱橫比限制來自照片庫的圖片: enter image description here相片挑選,採摘後,圖像太大

我應該檢查什麼東西來讓照片留在320 320容器中?

+0

顯示如何將圖像加載到容器中的代碼! –

回答

0

嘗試調用:

view.updateConstraintsIfNeeded() 

加載圖像之後。

0

之所以這樣說,

imagePickerController.allowsEditing = true 

然後,你將不得不裁剪圖像有它適合

選項
1
photo.contentMode = UIViewContentModeScaleAspectFill; 
[photo setClipsToBounds:YES];