I am getting the error message - Use of undeclared identifier \'kUTTypeMovie\'
in the below code -
-(IBAction)selectVideo:(id)sende
You have to add the framework MobileCoreServices to the project, and then import it:
Objective C:
#import
That will make the problem go away.
Swift 4:
import MobileCoreServices