开发者

How to get iPhone app to take good pictures using UIImagePickerController?

开发者 https://www.devze.com 2023-01-22 19:12 出处:网络
In my iPhone app, I use UIImagePickerController to开发者_高级运维 allow the users to take photos for use within the app. However, they always seem to come out blurry and/or unstable. What are some bes

In my iPhone app, I use UIImagePickerController to开发者_高级运维 allow the users to take photos for use within the app. However, they always seem to come out blurry and/or unstable. What are some best practices when using UIImagePickerController to take photos on the iPhone, to make the pictures come out looking good?


Hold the phone steady.

There isn't anything in the UIImagePickerController usage that can change how blurry the resulting images are.

Maybe you are doing something odd with the images afterwards that is causing the problem ?

0

精彩评论

暂无评论...
验证码 换一张
取 消