Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/MKGitHub/UIPheonix
Inspired by game development UIPheonix is a super easy, flexible, dynamic and highly scalable UI framework + concept for building reusable component/control-driven apps for macOS, iOS and tvOS. The same API apply for cross platform development! Think of it as using Lego blocks, you can use similar ones and move them around easy as pie.
https://github.com/MKGitHub/UIPheonix
component control cross-platform layout mvc mvvm reusable swift ui
Last synced: 10 days ago
JSON representation
Inspired by game development UIPheonix is a super easy, flexible, dynamic and highly scalable UI framework + concept for building reusable component/control-driven apps for macOS, iOS and tvOS. The same API apply for cross platform development! Think of it as using Lego blocks, you can use similar ones and move them around easy as pie.
- Host: GitHub
- URL: https://github.com/MKGitHub/UIPheonix
- Owner: MKGitHub
- License: apache-2.0
- Created: 2016-08-22T19:51:13.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-09-19T13:26:16.000Z (about 5 years ago)
- Last Synced: 2024-10-22T10:07:03.628Z (17 days ago)
- Topics: component, control, cross-platform, layout, mvc, mvvm, reusable, swift, ui
- Language: Swift
- Homepage:
- Size: 45.3 MB
- Stars: 29
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- fucking-awesome-swift - UIPheonix - Easy, flexible, dynamic and highly scalable UI framework + concept for reusable component/control-driven apps. (Libs / UI)
- awesome-swift - UIPheonix - Easy, flexible, dynamic and highly scalable UI framework + concept for reusable component/control-driven apps. (Libs / UI)
- awesome-swift - UIPheonix - Inspired by game development UIPheonix is a super easy, flexible, dynamic and highly scalable UI framework + concept for building reusable component/control-driven apps for macOS, iOS and tvOS. The same API apply for cross platform development! Think of it as using Lego blocks, you can use similar ones and move them around easy as pie. ` π 2 years ago ` (UI [π](#readme))
- awesome-swift - UIPheonix - Easy, flexible, dynamic and highly scalable UI framework + concept for reusable component/control-driven apps. (Libs / UI)
README
[![MadeInSweden](https://img.shields.io/badge/Made_In-Stockholm_Sweden-blue.svg)](https://en.wikipedia.org/wiki/Stockholm)
[![Status](https://img.shields.io/badge/Status-Active_and_in_development-blue.svg)](https://github.com/MKGitHub/UIPheonix)[![Version](https://img.shields.io/badge/Version-3.0.1-blue.svg)](https://github.com/MKGitHub/UIPheonix)
[![Carthage](https://img.shields.io/badge/carthage-3.0.1-blue.svg)](https://github.com/MKGitHub/UIPheonix)
[![SPM](https://img.shields.io/badge/SPM-3.0.1-blue.svg)](https://github.com/MKGitHub/UIPheonix)
[![CocoaPods](https://img.shields.io/badge/CocoaPods-π€¬-blue.svg)](https://github.com/MKGitHub/UIPheonix)[![Platform](https://img.shields.io/badge/Platforms-macOS_iOS_tvOS-blue.svg)](https://github.com/MKGitHub/UIPheonix)
[![Swift](https://img.shields.io/badge/Swift_Version-5-blue.svg)](https://github.com/MKGitHub/UIPheonix)π Give this repo a star and help its development grow! π
![UIPheonix Logo](https://raw.githubusercontent.com/MKGitHub/UIPheonix/master/Images/Banner.png)
Inspired by game development UIPheonix is a super easy, flexible, dynamic and highly scalable UI framework + concept for building reusable component/control-driven apps for macOS, iOS and tvOS. The same API apply for cross-platform development! Think of it as using Lego blocks, you can use similar ones and move them around easy as pie.
Does this seem familiar to you?
![ConstraintErrors](https://raw.githubusercontent.com/MKGitHub/UIPheonix/master/Images/ConstraintErrors.png)
Well not any moreβ¦
* Forget static layouts, constraint issues and warning explosions in the console.
* Forget all the glue code, all the boilerplate code and all the very common overly engineered unnecessary pile of garbage code in your apps.
* Build and make changes to your UI quickly in a snap.
* Make your UI reusable.
* Focus on creating your app, not fighting layout issues.
* Minimal setup, minimal impact on your app, lightweight, no dependencies, no pain but so much gain!
* Builds on top of collection views & table views, so you can easily mix and match.
* Does not replace Apple technologies with custom implementations, so you will always be safe and up-to-date, and you can easily revert at any time.
* Demo apps provided for macOS, iOS and tvOS (Kung Fu!)![OSScreenshots](https://raw.githubusercontent.com/MKGitHub/UIPheonix/master/Images/OSScreenshots.png)
Demo App
![iOSMovie](https://raw.githubusercontent.com/MKGitHub/UIPheonix/master/Images/iOSMovie.gif)
* Reusable UI Component/Control (from here on mentioned as a "RUIC") β Is basically just a model+view.
You can configure a RUIC in any way you want, in the demo apps I'm using both JSON files and manual code setup for the models.![RUIC Diagram](https://raw.githubusercontent.com/MKGitHub/UIPheonix/master/Images/RUIC.png)
* Display Models (list) β An array of [model, model, modelβ¦] etc. this is how UIPheonix knows what to display.
![States](https://raw.githubusercontent.com/MKGitHub/UIPheonix/master/Images/States.png)
* Display State β In the demo apps I'm using a simple "state machine".
You may find alternative solutions, and your milage may vary :-)* Model-View Relationships (dictionary) β A dictionary defining the relationship between model+view.
Example RUICs
------
Making a RUIC is pretty simple as making a model+view.![ExampleRUIC1](https://raw.githubusercontent.com/MKGitHub/UIPheonix/master/Images/Example1.png)
![ExampleRUIC1](https://raw.githubusercontent.com/MKGitHub/UIPheonix/master/Images/Example2.png)
Whatβs New?
------
* Version 3.0.1 improves support for Swift 5.x.x.
* Version 3.0 updates with new API and support for Swift 5.x.x.
* Version 2.3 updates for Swift 4.2.
* Version 2.2.1 adds support for Swift 4 and Xcode 9.
* Version 2.2.0 adds support for Swift 4 and Xcode 9.
* Version 2 adds support for table view as well as many refactorings to make UIPheonix even easier to use.Requirements
------
* Swift Version 5
* Xcode 10How to Install
------
There is no framework/library distibution, I recommend that you simply add the `UIPheonix.swift` to your project. As this will allow you to easily find & read the UIPheonix API, and it will also allow UIPheonix to compile using your apps build settings.* Using Git: `git clone https://github.com/MKGitHub/UIPheonix.git` then add `UIPheonix.swift` to your Xcode project.
* Manual Way: Add `UIPheonix.swift` to your Xcode project.
* Using Carthage: In your Cartfile add `github "MKGitHub/UIPheonix" ~> 3` then add `UIPheonix.swift` to your Xcode project.
* Using Swift Package Manager: swift-tools-version:4.2
* CocoaPods support has been removed! πππ Never use CocoaPods! πDocumentation
------
Go to the documentation [index page](http://htmlpreview.github.io/?https://raw.githubusercontent.com/MKGitHub/UIPheonix/master/docs/index.html).Used In Apps
------
UIPheonix is used in production in the following apps/games (that I'm aware of), these apps are together used by millions of users. Please let me know if you use UIPheonix.* McDonald's apps
* LΓ₯nekoll
* LeoVegas appsContributing
------
Please contribute or create your own RUICs!In the folder "3rd Party RUICs" you may add your own RUICs, if you already have a Cocoa Control (www.cocoacontrols.com) please consider converting it to the simple UIPheonix architecture.
A great thing about RUICs in UIPheonix is that they all have the same architecture, so you don't have to implement and follow different implementations for each Cocoa Control in your app = less fragmentation!As UIPheonix may progress and evolve the "RUIC Implementation Version" will increase, and so in order to know which version of UIPheonix a RUIC is compatible with please add this info to your RUIC.
Notes
------
https://github.com/MKGitHub/UIPheonix
http://www.xybernic.comCopyright 2016/2017/2018/2019 Mohsan Khan
Licensed under the Apache License, Version 2.0