[TIMOB-4480] iOS: Enable multiple, custom pages for DashboardView
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Low |
Status | Open |
Resolution | Unresolved |
Affected Version/s | Release 1.6.0 |
Fix Version/s | n/a |
Components | iOS |
Labels | module_candidate |
Reporter | Matthew Congrove |
Assignee | Eric Merriman |
Created | 2011-06-22T08:41:48.000+0000 |
Updated | 2018-08-02T17:31:54.000+0000 |
Description
Let's say we have a DashboardView that shows 12 items per page, and we have 12 items. If we drag an icon onto Page 2 and then stop editing, that icon is immediately placed back into Page 1. Request is that we allow icons to remain where they're placed, even if the previous page isn't full (this is similar to iOS SpringBoard functionality).
This could be implemented, perhaps, by allowing a "page" property on DashboardItems.
No comments