Tutorial by Examples

// 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!")...

Page 1 of 1