Skip to content

Latest commit

 

History

History
30 lines (14 loc) · 559 Bytes

README.md

File metadata and controls

30 lines (14 loc) · 559 Bytes

Technicalisto

How to Take , Save and Display a .mp4 Video

  1. Add your design with view which video will display on it.

  2. In info.plist Add This Privacy :

    (1) Privacy - Camera Usage Description // For Take a video

    (2) Privacy - Microphone Usage Description // For Record a video

    (3) Privacy - Photo Library Additions Usage Description // For Save a video

  3. Import :

    MobileCoreServices

  4. Inherit :

    UIImagePickerControllerDelegate

    UINavigationControllerDelegate

  5. Check Githup to review Code

Thanks