Closed libern closed 5 years ago
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.
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
I’ve moved on from fanmenu now so not in a position to recheck, but I believe I used the same constraints as in the finance demo view. I had checked in reveal and the although some of the view is off screen(as in the demo), there did seem to be enough above for it to work
From: Anton Marunko notifications@github.com Sent: Monday, March 11, 2019 6:29 pm To: exyte/fan-menu Cc: Lewis Smith; Mention Subject: Re: [exyte/fan-menu] Menus been hidden after displayed, but clickable, animation is working also. (#36)
It will be cool if you can attach your example for investigation, thanks
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/exyte/fan-menu/issues/36#issuecomment-471664609, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AB0TGZkLVe4LN8yi4odnZEuxf_1xwGxIks5vVqCWgaJpZM4bN_Ir.
@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
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