An open API service indexing awesome lists of open source software.

https://github.com/dmytrochumakov/mvp-template

Xcode template for MVP architecture
https://github.com/dmytrochumakov/mvp-template

ios mvp-architecture swift xcode-template

Last synced: 8 months ago
JSON representation

Xcode template for MVP architecture

Awesome Lists containing this project

README

          

## MVP diagram overview
![Preview](/Module%20MVP/assets/mvp-diagram.png)

## To use this template, follow these steps:
- Download archive
- Transfer the unpacked files to the project root
- In case you are using macOS Ventura give Terminal full disk access (System Settings -> Privacy & Security -> Full Disk Access)
- Open terminal
- Go to a folder with .xcodeproj
- Write swift install.swift
- Open your project
- Use a template

![Demo](/Module%20MVP/assets/demo.gif)

## License
MVP-Template is licensed under the MIT License, please see the [LICENSE](LICENSE) file.