iOS taking photo programmatically

前端 未结 5 2027
执笔经年
执笔经年 2020-11-28 07:44

I know this is possible, saw this in some apps (iGotYa is I believe the most famous). I know how to set up everything for taking photos, saving it and everything. But how ca

5条回答
  •  挽巷
    挽巷 (楼主)
    2020-11-28 08:20

    VLBCameraView is a library that uses AVFoundation to take photo.

    A preview is shown in the view, which you can then call the method VLBCameraView#takePicture programmatically to take a photo.

    Comes with CocoaPods.

提交回复
热议问题