Skip to content

Instantly share code, notes, and snippets.

View kwontaewan's full-sized avatar
🥦
Trippy Life

Gunter kwontaewan

🥦
Trippy Life
View GitHub Profile
import UIKit
import RxSwift
import RxCocoa
let requiredUserNameLength = 5
let requiredPasswordLength = 5
let limitUserNameLength = 20
class ValidationViewController: UIViewController {