0
我想在iOS6中從UIImagePickerController
中選擇橫向圖像時將其轉換爲縱向模式。 請告訴意見當從iOS6中的UIImagePickerController中選擇時,將橫向圖像轉換爲縱向模式
感謝
我想在iOS6中從UIImagePickerController
中選擇橫向圖像時將其轉換爲縱向模式。 請告訴意見當從iOS6中的UIImagePickerController中選擇時,將橫向圖像轉換爲縱向模式
感謝
您需要添加自動調整面膜的圖像視圖。
試試這個: - yourImageView.autoresizingMask = UIViewAutoresizingFlexibleTopMargin | UIViewAutoresizingFlexibleBottomMargin | UIViewAutoresizingFlexibleLeftMargin | UIViewAutoresizingFlexibleRightMargin;