Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/puremvc/puremvc-swift-demo-uikit-employeeadmin
PureMVC Swift Demo: Employee Admin
https://github.com/puremvc/puremvc-swift-demo-uikit-employeeadmin
ios macos mvc mvc-architecture mvc-framework swift tvos
Last synced: about 1 month ago
JSON representation
PureMVC Swift Demo: Employee Admin
- Host: GitHub
- URL: https://github.com/puremvc/puremvc-swift-demo-uikit-employeeadmin
- Owner: PureMVC
- License: other
- Created: 2015-05-15T16:19:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-12-22T04:38:10.000Z (about 1 year ago)
- Last Synced: 2023-12-22T05:28:00.980Z (about 1 year ago)
- Topics: ios, macos, mvc, mvc-architecture, mvc-framework, swift, tvos
- Language: Swift
- Size: 5.79 MB
- Stars: 9
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## [PureMVC](http://puremvc.github.com/) [Swift](https://github.com/PureMVC/puremvc-swift-multicore-framework/wiki) Demo: Employee Admin
This demo illustrates techniques for performing routine maintenance operations in a PureMVC-based application using [Cocoa Touch/UIKit](http://en.wikipedia.org/wiki/Cocoa_Touch) view components.
* [Discussion](http://forums.puremvc.org/index.php?topic=2117.0)
## Screenshot
![PureMVC SWIFT Demo: Employee Admin](http://puremvc.org/pages/images/screenshots/PureMVC-Shot-Swift-EmployeeAdmin.png)## Installation
Clone and Install a microservice before running the application
```commandline
git clone https://github.com/PureMVC/puremvc-js-demo-microservice-employeeadmin.git
cd puremvc-js-demo-microservice-employeeadmin
docker-compose-up
```## Tests
* [XCode UI Tests](http://puremvc.org/pages/images/screenshots/PureMVC-Shot-Swift-iOS-EmployeeAdmin-UITests.gif)
* [Unit Tests](http://puremvc.github.io/pages/images/screenshots/PureMVC-Shot-Swift-iOS-EmployeeAdmin-UnitTests.png)## Status
Production - [Version 1.4](https://github.com/PureMVC/puremvc-swift-demo-uikit-employeeadmin/blob/master/VERSION)## Platforms / Technologies
* [Cocoa Touch/UIKit](http://en.wikipedia.org/wiki/Cocoa_Touch)
* [Swift](http://en.wikipedia.org/wiki/Swift_(programming_language))
* [iOS](http://en.wikipedia.org/wiki/IOS)## License
* PureMVC Swift Demo - Employee Admin - Copyright © 2020 [Saad Shams](https://www.linkedin.com/in/muizz/)
* PureMVC - Copyright © 2020 [Futurescale, Inc.](http://futurescale.com)
* All rights reserved.* Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
* Neither the name of Futurescale, Inc., PureMVC.org, nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.