FlyoutNavigation
FlyoutNavigation copied to clipboard
please add right gesture flyout like facebook app.
please add right gesture flyout like facebook app.
it will have left tableview and right tableview
I accept patches!
James Clancey
On Monday, July 1, 2013 at 8:04 PM, androidcn wrote:
it will have left tableview and right tableview
— Reply to this email directly or view it on GitHub (https://github.com/Clancey/FlyoutNavigation/issues/25#issuecomment-20323826).
Thx
@androidcn you can see how I have implemented it in my fork: https://github.com/jamesmontemagno/FlyoutNavigation
I made an enum that allows you to switch between left/top/right location
Thanks!!!!
On Tue, Aug 20, 2013 at 12:36 PM, James Montemagno <[email protected]
wrote:
@androidcn https://github.com/androidcn you can see how I have implemented it in my fork: https://github.com/jamesmontemagno/FlyoutNavigation
I made an enum that allows you to switch between left/top/right location
— Reply to this email directly or view it on GitHubhttps://github.com/Clancey/FlyoutNavigation/issues/25#issuecomment-22922090 .
Thanks!!!!but please write more readme?how can i use it? it will have left tableview and right tableview? thanks
On Tue, Aug 20, 2013 at 12:36 PM, James Montemagno <[email protected]
wrote:
@androidcn https://github.com/androidcn you can see how I have implemented it in my fork: https://github.com/jamesmontemagno/FlyoutNavigation
I made an enum that allows you to switch between left/top/right location
— Reply to this email directly or view it on GitHubhttps://github.com/Clancey/FlyoutNavigation/issues/25#issuecomment-22922090 .
@androidcn it is just one or the other. I could probably adapt it to have both I am sure. You can get my example code where all I do is this:
navigation = new FlyoutNavigationController (); navigation.FlyMode = FlyoutNavigationController.FlyoutMode.Left;
You can change the Flyoutmode to left/right/top. However it is only 1 at a time. I will have to look into multiple which is a bit trickier. I just thought you wanted one on the right hand side, not on both. That might have to be a new repo. Give me some more time and I will see if I can add a left/right in there.
Have a look at : https://github.com/patbonecrusher/SlidingPanels.Touch It does exactly what you want... Can't have all tree panels at the same time... I have one minor rendering issue with the shading background that I am fixing but for the most part it work nicely.