Skip to content

tapping the Jukebox button doesn't toggle the title #93

@ghost

Description

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.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions