2010-07-04 31 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版本能够解决这个问题。