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

Support Multiple Layer Stacking Directions #5

Open
weissi opened this issue Jul 31, 2012 · 0 comments
Open

Support Multiple Layer Stacking Directions #5

weissi opened this issue Jul 31, 2012 · 0 comments
Assignees
Milestone

Comments

@weissi
Copy link
Owner

weissi commented Jul 31, 2012

FRLayeredNavigationController should have a small abstraction layer, which abstracts from the screen's coordinate system. So, the axis and the direction of the axis in which to stack the layer (currently X-Axis in positive direction) should be configurable. After building that abstraction layer, FRLayeredNavigationController should easily support Left-to-Right (X-Axis, positive), Right-to-Left (X-Axis negative), Top-to-Bottom (Y-Axis, positive) and Bottom-to-Top (Y-Axis, negative) directions.

Especially Right-to-Left is interesting for bidirectional and RTL languages, such as arabic.

The code quality of FRLayeredNavigationController should profit of this abstraction, too.

The implementation should not be too hard, I think. There has already been an issue asking about RTL stacking.

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