Skip to content

Commit

Permalink
[�Chore] Team-Smeme#100 랜덤주제 버튼 속성 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
joonBaek12 committed Jan 10, 2023
1 parent f056b38 commit ccb946a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ final class StepOneKoreanDiaryViewController: UIViewController {

private lazy var randomTopicButton: UIImageView = {
let view = UIImageView(image: Constant.Image.btnRandomTopicCheckBoxDisabled)
// let tapGesture = UITapGestureRecognizer(target: self, action: #selector(topikBTNDidTap())
// view.addGestureRecognizer(tapGesture)
let tapGesture = UITapGestureRecognizer(target: self, action: #selector(topikBTNDidTap(_:)))
view.addGestureRecognizer(tapGesture)
view.isUserInteractionEnabled = true
return view
}()
Expand Down

0 comments on commit ccb946a

Please sign in to comment.