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

Menus been hidden after displayed, but clickable, animation is working also. #36

Closed
libern opened this issue Feb 23, 2019 · 11 comments
Closed

Comments

@libern
Copy link

libern commented Feb 23, 2019

It may working in the example project, but not on new project.
Latest Xcode new project with deployment target 10
Latest Master branch code.

See the video in action.
1550933952454388.mp4.zip

@libern
Copy link
Author

libern commented Feb 23, 2019

Code is taken exactly from example project.

@amarunko
Copy link
Contributor

Hi, @libern, Okay, I will look into the issue, thank you for reporting

Sent with GitHawk

@amarunko
Copy link
Contributor

Sorry, but I can't reproduce the issue, can you attach ViewController with example code, for me - all works as expected.

@lewis-smith
Copy link

lewis-smith commented Mar 11, 2019

I see the same behaviour. Example app works, but in my app menu items disappear instantly. Just wanted to say that @libern is not alone.

example

@lewis-smith
Copy link

lewis-smith commented Mar 11, 2019

I have an existing project, but I copied everything from the finance example.

I was using

pod 'FanMenu', :git => 'https://github.com/exyte/fan-menu'

as the version at pod 'FanMenu' was not building for me

@amarunko
Copy link
Contributor

@lewis-smith can you check frame of fan menu? If frame is less than appeared elements, it won't be displayed correctly

@amarunko
Copy link
Contributor

It will be cool if you can attach your example for investigation, thanks

@lewis-smith
Copy link

lewis-smith commented Mar 11, 2019 via email

@libern
Copy link
Author

libern commented Mar 12, 2019

@lewis-smith whats your alternative?

@Appswage
Copy link

I had the same issue in terms of the menu items collapsing immediately after presentation. However, the point by @amarunko was the solution. The frame was too small for the presented menu items. Once the frame was made large enough, the buttons stayed extended.

@mgoldin
Copy link

mgoldin commented Jul 16, 2019

Added waring, that will show required fanMenu size if needed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants