exyte / fan-menu

Menu with a circular layout based on Macaw

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

libern opened this issue · comments

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

Code is taken exactly from example project.

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

Sent with GitHawk

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

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

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

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

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

@lewis-smith whats your alternative?

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.

Added waring, that will show required fanMenu size if needed