FlyoutNavigation icon indicating copy to clipboard operation
FlyoutNavigation copied to clipboard

please add right gesture flyout like facebook app.

Open androidcn opened this issue 11 years ago • 8 comments

please add right gesture flyout like facebook app.

androidcn avatar May 14 '13 15:05 androidcn

it will have left tableview and right tableview

androidcn avatar Jul 02 '13 03:07 androidcn

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).

Clancey avatar Jul 02 '13 03:07 Clancey

Thx

androidcn avatar Jul 02 '13 03:07 androidcn

@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

jamesmontemagno avatar Aug 20 '13 04:08 jamesmontemagno

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 avatar Aug 20 '13 05:08 androidcn

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 avatar Aug 20 '13 05:08 androidcn

@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.

jamesmontemagno avatar Aug 20 '13 14:08 jamesmontemagno

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.

patbonecrusher avatar Aug 20 '13 19:08 patbonecrusher