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 committed Mar 26, 2020
1 parent 5474a76 commit 64af0ff
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 64af0ff

Please sign in to comment.