UIPheonix - easy, flexible, dynamic & highly scalable UI framework
Other topicsExample Usage
// init
mUIPheonix = UIPheonix(with:myCollectionView)
mUIPheonix = UIPheonix(with:myTableView)
// connect model-view
mUIPheonix.setModelViewRelationships([MyModel.nameOfClass:MyView.nameOfClass])
// add models for the UI
models.append(SimpleButtonModel(id:1, title:"Hello World!"))
// render, update UI
mUIPheonix.setDisplayModels(models)
Contributors
Topic Id: 9120
Example Ids: 28318,28319
This site is not affiliated with any of the contributors.