Luciano Perez
Luciano Perez

Reputation: 91

Keeping playback buttons layout in iOS 16

Does anyone know if it is possible to keep the iOS 15 playback button layout instead of the new iOS 16 layout? (see image attached)

I mean, keeping the compact playback buttons at the bottom of the screen in iOS 16?

enter image description here

Upvotes: 2

Views: 474

Answers (1)

Ambuj Singh
Ambuj Singh

Reputation: 11

try this one -

parent.addChild(playerViewController)

container.addSubview(playerViewController.view) 

Upvotes: 1

Related Questions