iSubMusicStreamer icon indicating copy to clipboard operation
iSubMusicStreamer copied to clipboard

tapping the Jukebox button doesn't toggle the title

Open ghost opened this issue 1 year ago • 0 comments

Even after you tap the Jukebox button to turn on Jukebox mode, the title still says Jukebox Mode OFF. The fix is simple. In HomeViewController.swift change the setTitle(title:) function body to read

    label.text = title

Then, in all the places where you set the jukebox button's image, also set its title appropriately. (The details are left as an exercise for the reader.)

ghost avatar Jan 04 '24 01:01 ghost