-
Hello. How to change the title, subtitle and background color of the mini-player in ios when it is open? Now I adjust the colors before opening the mini-player and everything works for me, but changing the color does not work if the mini-player is already open. private func setupPlayerPopUpBar() {
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
You should not be using the old appearance proxy API. Instead, set the properties to the bar’s appearance directly or to a popup item. |
Beta Was this translation helpful? Give feedback.
-
I really don’t understand how to do this and I’ve already wasted a lot of time, please help me |
Beta Was this translation helpful? Give feedback.
You should not be using the old appearance proxy API. Instead, set the properties to the bar’s appearance directly or to a popup item.