PathMenu icon indicating copy to clipboard operation
PathMenu copied to clipboard

PathMenu Button to float over the back view

Open adamtheapiguy opened this issue 9 years ago • 17 comments

Hello,

Very nice work by the way.

Can I have the PathMenu button float while the background is scrolling (as in TableView Scrolling)?

Cheers, the crazy

adamtheapiguy avatar Jun 11 '15 12:06 adamtheapiguy

@thecrazyfellow Thank you so much. Yes, you can have the PathMenu button float while scrolling. You need to use AutoLayout.

pixyzehn avatar Jun 14 '15 23:06 pixyzehn

I need to put it on top of table view. I can make it float but the table cells won't be selectable.

Do you have an example or how about I send you the 2 scenarios and you tell me the bit I need to add?

adamtheapiguy avatar Jun 15 '15 07:06 adamtheapiguy

@thecrazyfellow I don't have an example. So, if possible, please show me this code or screenshot. I wanna help you as possible.

pixyzehn avatar Jun 16 '15 00:06 pixyzehn

will send it by e-mail now

adamtheapiguy avatar Jun 16 '15 08:06 adamtheapiguy

@thecrazyfellow Ok. I'll check this later.

pixyzehn avatar Jun 16 '15 08:06 pixyzehn

if this is solved can you share the solution please? i have the same problem that everything around or behind the button can't be clicked or interacted with.

legendero avatar Sep 23 '15 04:09 legendero

@ghohh This is still not solved. I'll try to solve that again. Sorry

pixyzehn avatar Sep 23 '15 05:09 pixyzehn

thank you, in the mean time is there a work around? can i add it as a subview or use a container etc...

legendero avatar Sep 23 '15 09:09 legendero

@ghohh Could you explain the problem you want to solve in details?

pixyzehn avatar Sep 23 '15 13:09 pixyzehn

i have a mapview and on top the button, i want to be able to tap the button to present different options and also be able to interact with the mapview to zoom or unzoom and move around which i can't right now, if this is a stupid question please bear with me because i'm a beginner with this stuff.

legendero avatar Sep 23 '15 19:09 legendero

I had the same problem but with table view on the back and I couldn't select cells. The problem is that the view where the float button is added to, takes the whole screen.

What I have done is, I have added a border to the view (to see the bounds of the view) then limited the view bounds to only the button and the other buttons that appear when you click. This allowed me to select the table cells as long as I'm away from the bounds of the view for the menu path which I have limited it only to menu path expanded instead of the whole screen.

I'm waiting on Pixyzehn to have a more elegant solution where the bounds of the view can dynamically change from just the menu path button when collapsed to the menu button as well as the other buttons when expanded.

Cheers, _adam

+61 40222 9001

On Sep 24, 2015, at 5:48 AM, ghohh [email protected] wrote:

i have a mapview and on top the button, i want to be able to tap the button to present different options and also be able to interact with the mapview to zoom or unzoom and move around which i can't right now, if this is a stupid question please bear with me because i'm a beginner with this stuff.

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

adamtheapiguy avatar Sep 23 '15 20:09 adamtheapiguy

@AdamAliAU @ghohh I now develop new version that fix the above problem. It plan to use Swift2.0. Please wait a moment.

pixyzehn avatar Sep 23 '15 23:09 pixyzehn

thank you very much, can't wait to try it.

legendero avatar Sep 24 '15 00:09 legendero

Thank you

Cheers, _adam

+61 40222 9001

On Sep 24, 2015, at 10:33 AM, ghohh [email protected] wrote:

thank you very much, can't wait to try it.

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

adamtheapiguy avatar Sep 24 '15 07:09 adamtheapiguy

@AdamAliAU @ghohh I have released version 1.1.0. Check it out by Xcode7. Let me know any problem.

pixyzehn avatar Sep 27 '15 06:09 pixyzehn

thank you, trying it now and will report back if any problem.

legendero avatar Sep 30 '15 11:09 legendero

Thank you. Will try it this weekend and will let you know.

Cheers, _adam

+61 40222 9001

On Sep 27, 2015, at 4:29 PM, Nagasawa Hiroki [email protected] wrote:

@AdamAliAU @ghohh I have released version 1.1.0. Check it out by Xcode7. Let me know any problem.

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

adamtheapiguy avatar Sep 30 '15 21:09 adamtheapiguy