I have a hard time implementing newUser
with parse. I'm following a tutorial about this sign-up Parse version.
Why is only password
working and not the other codes?
self.actInd.startAnimating()
var newUser = PFUser()
newUser.name = name
newUser.surname = surname
newUser.birth = birth
newuser.email = email
newUser.password = password <- // why only password works?
newUser.confirmpassword = confirmpassword