Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nikita-leonov/genericmvc
Generic Segueable View Controller
https://github.com/nikita-leonov/genericmvc
architecture generic ios mvc swift uiviewcontroller
Last synced: 3 days ago
JSON representation
Generic Segueable View Controller
- Host: GitHub
- URL: https://github.com/nikita-leonov/genericmvc
- Owner: nikita-leonov
- License: mit
- Created: 2017-06-25T04:25:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-25T15:20:50.000Z (over 7 years ago)
- Last Synced: 2024-12-10T03:40:23.202Z (about 2 months ago)
- Topics: architecture, generic, ios, mvc, swift, uiviewcontroller
- Language: Swift
- Homepage: http://leonov.co/2017/generic-segueable-view-controller/
- Size: 153 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GenericMVC
A sample code on how to implement generic view controller and use it with UIStoryboardSegue. A detail explanation of solution available by the [link](http://leonov.co/2017/generic-segueable-view-controller/).**Need contributors**:
This code potentially may grow into a framework. To do so all key controllers should be extended with `Segueable` & `MutableModelContainerProtocol`. PRs are welcomed.## License
GenericMVC is available under the MIT license. See the LICENSE file for more info.