Control for subtitles selection

I'm looking for control (or somekind template) which is used for displaying subtitles selection in AVPlayer, exactly like on picture below https://i.stack.imgur.com/0OoQo.jpg.


I'd like to use the same control for quality selection. I've already all data and I've added custom controller to avplayercontroller for that purpose and it'll be nice, to use the same look&experience for that topic also.


Does anyone know if there is something ready, which I might use for this? Or should I recreate this using UICollectionView or UISegmentedControl?