Skip to content

Commit

Permalink
[#49] button hidden 처리
Browse files Browse the repository at this point in the history
  • Loading branch information
cchanmi committed Jul 16, 2022
1 parent 194f8be commit 5bf458a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ final class PlayTapeOnboardingViewController: UIViewController {
circleCollection.forEach {
$0.isHidden = true
}
tapeButton.isHidden = true
explanationLabel.isHidden = true
circleButton.isHidden = true
}
Expand Down

0 comments on commit 5bf458a

Please sign in to comment.