rnystrom / RNGridMenu

A grid menu with elastic layout, depth of field, and realistic animation.
MIT License
1.28k stars 192 forks source link

Delegates and multiple grid menus #20

Open RobertAudi opened 10 years ago

RobertAudi commented 10 years ago

I don't know (yet) if this is a question or an issue. When I have multiple grid menus in the same view controller, when the delegate method is called, how can I identify the grid menu that was invoked. I know that there is a grid menu parameter in the delegate method, but none of its attributes will let me identify where the grid menu comes from (ie what button was pressed to make the grid menu appear). So what's the solution to that?