Clancey / FlyoutNavigation

Other
95 stars 87 forks source link

Left sidebar and different sidebar ? #30

Closed molinch closed 9 years ago

molinch commented 11 years ago

Hi,

Do you know if it is possible to have both a left sidebar and a right sidebar ? Currently I am only able to make a left sidebar.

Thanks in advance.

Clancey commented 11 years ago

I only designed it for the left. Although you can modify it to do right as well

Sent from my iPhone

On Jul 31, 2013, at 8:09 AM, molinch notifications@github.com wrote:

Hi,

Do you know if it is possible to have both a left sidebar and a right sidebar ? Currently I am only able to make a left sidebar.

Thanks in advance.

— Reply to this email directly or view it on GitHub.

jamesmontemagno commented 11 years ago

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

I am kind of realizing that this is probably a duplicate of https://github.com/Clancey/FlyoutNavigation/issues/25 I believe you want both left & right sections. My fork still does 1 at a time, but alows you to switch. Give me some more time and I will see if I can add a left/right in there.

dipak8959 commented 11 years ago

Has anyone added the code which can allow a table view on both sides (left and right at the same time)? Is anyone working currently?

Clancey commented 11 years ago

I started on it, but realized I wasn't going to use it.

James Clancey

On Friday, September 20, 2013 at 2:15 PM, Dipak wrote:

Has anyone added the code which can allow a table view on both sides (left and right at the same time)? Is anyone working currently?

— Reply to this email directly or view it on GitHub (https://github.com/Clancey/FlyoutNavigation/issues/30#issuecomment-24841800).

dipak8959 commented 11 years ago

So you mean there is no update coming on it?

Clancey commented 11 years ago

Not by me, I do accept pull requests!

James Clancey

On Saturday, September 21, 2013 at 10:58 AM, Dipak wrote:

So you mean there is no update coming on it?

— Reply to this email directly or view it on GitHub (https://github.com/Clancey/FlyoutNavigation/issues/30#issuecomment-24867502).

molinch commented 10 years ago

Thanks James. I finally found a solution by myself