UIImagePickerController Showing Black Preview Screen

后端 未结 8 2384
醉梦人生
醉梦人生 2021-02-08 12:03

I am having a problem when calling the UIImagePickerController to use the camera. Sometimes, but more often than none, the preview screen shows to be black (as the camera itsel

8条回答
  •  一个人的身影
    2021-02-08 12:32

    Try this. it solved my problem, make sure that there is a value

    (Application name as string) in your info.plist > "Bundle display name".

    In my case it was empty and because of that it didn't work.

    If "Bundle display name" is not there in the info.plist,then add a row named "Bundle display name" and paste your appname .

提交回复
热议问题