Posts by YAGOCOMY • 3 points
1 post
- 
		0 votes2 answers42 viewsQ: How do I turn a login button on and off on Swift?I am creating a login screen, I want: in case the user has not entered your document (username) the login button is disabled. import UIKit class loginManager: UIViewController, UITextFieldDelegate {…