synesthesia-it / Boomerang

Swift micro-framework for MVVM (Model-View-ViewModel) native applications.
MIT License
36 stars 10 forks source link

ModelStructure's modelsCount not working properly #9

Closed stefanomondino closed 6 years ago

stefanomondino commented 6 years ago

When a model structure has children (worst of all, when it has ONE single child), modelsCount is always 0.

stefanomondino commented 6 years ago

We have count for that purpose