Is it possible to create a custom video player in iOS? Like having custom bars and buttons? And if yes, is it possible to add such a functionality like the YouTube suggestions for next video, right after the current one has stopped? Thank you in advance!
Short answer is that yes it is possible.
Use AVPlayer
and build a custom view controller that handles showing the suggestion.