Skip to content

This combine demo with MVVM pattern is very simple and easy to understand. In this demo there is normal form validation for username and password.

License

Notifications You must be signed in to change notification settings

Mindinventory/CombinePart-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CombineUsingMVVM

This combine demo with MVVM pattern is very simple and easy to understand. In this demo there is normal form validation for username and password. You can read more from Medium

video

Description

In this demo there are three textFields Username, Password and confirmpassword. If validations for Username and Password passes, then the submit button gets enabled. If any validation doesn't pass then we are showing the validation using the label. The changes are reactive to the textField changes.

UI Controls

  • UITextField
  • UIButton
  • UILabel

By Apple

Xcode 11.1 iOS 13

LICENSE!

CombineWithMVVM is MIT-licensed.

Conclusion

While there’s still a ton of information left to be discovered about Combine. I hope this article has cleared the power of combine in development. I’ll keep digging, and will report all of my new findings as soon as possible.

About

This combine demo with MVVM pattern is very simple and easy to understand. In this demo there is normal form validation for username and password.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages