0
我有一些代碼:的UIImagePickerController與圖片庫使用固定大小的照片
pV = [[UIImagePickerController alloc] init];
pV.delegate = self;
pV.sourceType = UIImagePickerControllerSourceTypePhotoLibrary;
[self presentModalViewController:pV animated:YES];
我嘗試只顯示這些從照片庫,其尺寸爲X和Y.
任何想法圖片?
謝謝我今天會檢查 – 2012-07-25 04:09:45