I want to show Trasition between Multiple Videos using Objective C

I want to show Trasition between Multiple Videos using Objective C using AVFoundation.

@vikeshiapp Thanks very much for your question, and my apologies for the delayed response.

We have a tutorial series specifically on AVFoundation that you can find here.

I realize that you want to know how to do so in Objective-C, however, if you follow along the tutorials, because the API’s are the same, you’ll have an idea on which methods to use in Objective-C.

Now, when you say transition between multiple videos, what do you mean exactly? Do you mean you wish to switch from one video to another? If so, you may not even need AVFoundation for that. If you have let’s say a UITableView where each cell contains a video that you want the user to select from, and the headerView of the UITableView is in fact a video player that the user can use to watch, then perhaps selecting the row will allow you to pass the video reference to the player in the headerView, or something to that effect :slight_smile:

I hope this helps!

All the best!