FlowingMenu icon indicating copy to clipboard operation
FlowingMenu copied to clipboard

Problem with UICustomObject:panToPresentAction

Open ins0u opened this issue 6 years ago • 2 comments

Hi,

I'm trying to set up this menu in my project. I tested the example and it works but when I try to reproduce it in my project, I have an error when I slide to open the menu.

Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[UICustomObject panToPresentAction:]: unrecognized selector sent to instance 0x1c40193d0'

I think I forgot something but I don't know what..

Can you help me please ? :)

ins0u avatar Aug 08 '18 10:08 ins0u

Hi,

How did you create the FlowingMenuTransitionManager object? Via Interface Builder or programmatically?

If this is the first proposition be sure you've set the type of the custom object properly: interface builder - FlowingMenuTransitionManager setup

yannickl avatar Aug 08 '18 12:08 yannickl

Maybe that's where I made a mistake..

I did not know how to add it to the left (on your screenshot) so I opened 2 xcode, your project and mine and I drag your "Flowing Menu Transition Manager" in mine but I'm not sure it works well like that.

How do you add it in the left column?

Otherwise, for the right column, yes I have the same thing.

ins0u avatar Aug 08 '18 12:08 ins0u