Mindinventory / CombinePart-1

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.

Home Page:https://www.mindinventory.com/iphone-application-development.php

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://www.mindinventory.com/iphone-application-development.php

License:MIT License


Languages

Language:Swift 100.0%