AVFileTypeQuickTimeMovie in swift 5

Solution:

In swift 4 we can use the below code to represent the movie using the below representation

AVFileTypeQuickTimeMovie


Swift 5:

AVFileType.mov

In swift5 use the above code to represent the movie...

Comments

Popular posts from this blog

Invalid bundle error while upload the app to the app Store

Saved Image in document directory and save path in coredata not able to fetch the image file iOS swift