iSubMusicStreamer
iSubMusicStreamer copied to clipboard
tapping the Jukebox button doesn't toggle the title
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.)