How to Take , Save and Display a .mp4 Video
Technicalisto
How to Take , Save and Display a .mp4 Video
- 
Add your design with view which video will display on it. 
- 
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 
- 
Import : MobileCoreServices 
- 
Inherit : UIImagePickerControllerDelegate UINavigationControllerDelegate 
- 
Check Githup to review Code