Created
October 24, 2017 16:58
-
-
Save azamsharp/ffbcbf5757a4a33187fe24eae4e00cc9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@IBAction func save() { | |
if self.viewModel.isValid { | |
// update the password | |
print("update the user's password") | |
} else { | |
// show errors | |
print(self.viewModel.brokenRules) | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment