Skip to content

Commit

Permalink
[#12] Style: Viewcontorller 이름 변경
Browse files Browse the repository at this point in the history
- SignUpViewController에서 UserInfoViewController로 변경
  • Loading branch information
dev-Lena authored and beginin15 committed Mar 27, 2020
1 parent d02b545 commit e2e3f1d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@
import UIKit

class UserInfoViewController: UIViewController {
let idTextFieldDelegate = IDTextFieldDelegate()

@IBOutlet weak var idTextField: UITextField!
override func viewDidLoad() {
super.viewDidLoad()
idTextField.delegate = idTextFieldDelegate
}
}

0 comments on commit e2e3f1d

Please sign in to comment.