Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New panel manager (epic) #76

Open
davebalmer opened this issue Dec 7, 2013 · 0 comments
Open

New panel manager (epic) #76

davebalmer opened this issue Dec 7, 2013 · 0 comments
Assignees
Milestone

Comments

@davebalmer
Copy link
Owner

Automagic multi-column stack manager. Used to make the UI more responsive to wider screen formats, or revert back to standard stack behavior when there is not enough room to make columns (generally, in a portrait orientation).

Features:

  • Creates multi-columns on-demand; each column is a stack inside of a hierarchy
  • If there's not enough room for the next column, the manager should make room by shrinking the current left-most panel (or more as needed)
  • Developer should be able to set the min/max panel size, and maximum number of panels
  • Should work with global back gesture (also: back buttons should fire this gesture; make another issue for this)
  • Interface similar to joStack/joStackScroller
  • Should allow additional parameter (possibly on push()) which indicates if the app desires to push out to a new column
  • Should allow the end user to expand/compress panels

Either will consume joStackScrollers, or extend it. Probably consume...

@ghost ghost assigned davebalmer Dec 7, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant