-
-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Do more with the example app.
It would be great to have some kind of automation like the IGListKit "stress test". We could also run this as part of the UI Test suite.
Initial steps
- Introduce a new
NumberModel. Similar to the existingColorModelbut it just wraps anInt. The motivation here is to be able to easily generate very large data sets. (And keep things simple and easy.) - Add a new section with
NumberModelobjects to the existing views (just have like0to9or something small)
Later steps
- In a new tab in the example app, generate thousands of
NumberModelitems - Implement some automation to shuffle them around (like the existing views, but automatic)
Other ideas (for later)
- Shuffle/Add/Remove items
- Shuffle/Add/Remove sections