This example uses standard iOS MVP pattern.
The following image illustrates the bindings:
ViewModelinputs such as text field changes orUITableViewrow selection are defined as swift functions that are called inViewControllerViewModeloutputs are sending data toViewControllerusing delegation pattern
Clone the repository:
git clone git@github.com:tailec/ios-architecture.git
Navigate to mvp directory:
cd mvp
No pod install is required in this example.
