Hi,
Hi, I would like to know if exists any way to set an icon for up next button of the CPNowPlayingTemplate. I read the CPNowPlayingTemplate documentation and I saw that we can set a text for this button. An app how implements this is Apple Music:
Thanks!
Hi! If you enable the up next button on your now playing template via -[CPNowPlayingTemplate upNextButtonEnabled]
, AND you don't provide a title for the button via -[CPNowPlayingTemplate upNextTitle]
, then the system should render the same up next icon that appears in the image above. Can you give that a try?