IOS 11, Swift 4, Intermediate, Tutorial : Record and Play Video in PhotoLibrary (MobileCoreServices)

Опубликовано: 01 Сентябрь 2018
на канале: Soonin Coding Challenge
6,402
47

Welcome to Record and Play video in Photo library iOS Tutorial !
Level : Intermediate

In this tutorial you will learn to record and play in photo library. And then Play it from Photo Library This tutorial is made with Xcode 9 and built for iOS 11.

You will be using MobileCoreServices, AVKit, UIKit, UIImagePickerControllerDelegate, UINavigationControllerDelegate, UIButton, kUTTypeMovie, @IBAction, @IBOutlet , UIImagePickerController, UIImagePickerControllerSourceType, sourceType, camera, mediaTypes, allowsEditing, present, imagePickerController, dismiss, URL, UIImagePickerControllerMediaURL, path, UISaveVideoAtPathToSavedPhotosAlbum, didFinishSavingWithError, #selector, videoPath, UIAlertController, addAction, present, UIAlertActionStyle, Framework and understand how to add Privacy to info.plist by Xcode.

I 'll all show you various ways to implementing it.

This Project Source Code :
GitHub : https://github.com/soonin/IOS-Swift-V...
GitHub : https://github.com/soonin/IOS-Swift-V...
licensed under Creative Commons


::::: ATTN :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
Also For better search in Youtube channel you can go to "SwiftVillage" Blog here :
Blog : http://swiftvillage.blogspot.com/
Instagram :   / codingchallenge  
Twitter :   / swiftvillage1  
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::


Wish the Best For you :)

IOS, Swift, Tutorial, Tricks, programmatically , Xcode , IOS 11+, Swift 4+, Beginners, Tutorial , intermediate , senior , IOS 11, Swift 4,
MobileCoreServices, AVKit, UIKit, UIImagePickerControllerDelegate, UINavigationControllerDelegate, UIButton, kUTTypeMovie, @IBAction, @IBOutlet , UIImagePickerController, UIImagePickerControllerSourceType, sourceType, camera, mediaTypes, allowsEditing, present, imagePickerController, dismiss, URL, UIImagePickerControllerMediaURL, path, UISaveVideoAtPathToSavedPhotosAlbum, didFinishSavingWithError, #selector, videoPath, UIAlertController, addAction, present, UIAlertActionStyle



References & Related links :
• https://developer.apple.com/