Skip to content

Commit

Permalink
[#142] setting 화면전환
Browse files Browse the repository at this point in the history
  • Loading branch information
meenyweeny committed Jul 29, 2022
1 parent 9f74ed9 commit 6f0f93f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ final class MainViewController: UIViewController {
}

@IBAction func settingButtonDidTap(_ sender: Any) {
guard let setting = UIStoryboard(name: Constant.Storyboard.Setting, bundle: nil).instantiateViewController(withIdentifier: Constant.ViewController.Setting) as? SettingViewController else { return }
navigationController?.pushViewController(setting, animated: true)
}

@IBAction func helpButtonDidTap(_ sender: Any) {
Expand Down

0 comments on commit 6f0f93f

Please sign in to comment.