Hide/Show iPhone Camera Iris/Shutter animation

后端 未结 7 964
执笔经年
执笔经年 2020-12-05 06:00

I am not able to Hide the iphone Camera shutter opening animation for my app. I am using UIImagePickerController to access iphone camera and using my own overlay controllers

7条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-05 06:45

    Sorry for replying getting back so late. I found out the solution for that well I played around with the view hierarchy of the cameraView and added my own layer at the top of everything. The animation took place there and once the shutter was open the top most layer was removed. If someone need any further help with the code please let me know, I will provide with the exact steps and syntax.

    -Ankur

提交回复
热议问题