문제

I would like to know how Tumblr app is adding a mini camera live view on collection view cell in their app? Is it UIImagePickerController of type camera resized? I would be glad if someone could give more idea on this implementation?

도움이 되었습니까?

해결책

If you want to do that, you're going to have to use AVFoundation. You can size and position the AVCaptureVideoPreviewLayer however you'd like.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top