jschwartzmtn
Results
1
issues of
jschwartzmtn
I'm trying to capture users' full names at sign up. I've subclassed PFSignUpViewController and in viewDidLoad() I have the following: `self.fields = [.usernameAndPassword, .dismissButton, .signUpButton, .additional]` However when the SignUpViewController...
type:bug