2010-07-04 36 views
1

一直在3.1.3應用程序上工作,最近升級到4.0 SDK。UIImagePickerController似乎在4.0中「破碎」。還有誰?

Using two-stage rotation animation. To use the smoother single-stage animation, this application must remove two-stage method implementations. 

Using two-stage rotation animation is not supported when rotating more than one view controller or view controllers not the window delegate 
:我還是用的3.1.3一個基地SDK和測試3.1.3設備以及運行4.在4.0設備的設備,當的UIImagePickerController顯示我得到了以下信息建設

當應用程序在3.1.3設備上運行時,它工作得很好。沒有日誌,當我選擇它時,圖像就會顯示出來。當它運行時的4.0的設備上(相同的碼),日誌出現和委託方法

- (void)imagePickerController:(UIImagePickerController *)picker didFinishPickingMediaWithInfo:(NSDictionary *)info 

圖像不返回作爲info字典鍵中的一個。所以它似乎被破壞,或者我正在使用已棄用的方法或其他東西。還有誰有相同的問題嗎?

回答

1

這是iOS 4.0的已知問題。您將不得不等待,並希望4.1版本能夠解決這個問題。