cameraoverlayview not transformed in updated version ios4.3

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-25 03:41:19

问题


I designed a small camera application, in which I rotated and translated camera overlayview in order to fix in desired position, it worked fine ,

when i updated to ios 4.3 it didnt worked, initially, it displays transformed view after few seconds the view changed to portrait .

I did not understand what went wrong.., Please help me..


回答1:


I've noticed this with my app as well. Seems like the cameraOverlayView in iOS 4.3 is assumed to be the size of the screen e.g 320x480. See this post for an explanation for a similar problem I think you're experiencing. iOS 4.3 changed transformation on UIImagePickerController's camera overlay view



来源:https://stackoverflow.com/questions/5321374/cameraoverlayview-not-transformed-in-updated-version-ios4-3

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!