hectormatos2011 / iOSContextualMenu

An easy-to-plug-in Contextual Menu for iOS inspired by Pinterest.
MIT License
85 stars 27 forks source link

Methods get called but no menu when launching app from shortcut #8

Closed multinerd closed 7 years ago

multinerd commented 7 years ago

Hi, im having trouble using this framework when launching from a URL scheme. All the necessary methods get called to setup my array, the delegate methods for returning the label and image all gets called but the menu itself never appears when launching from a URL

multinerd commented 7 years ago

Seems to do with the way im setting up my view controllers in app delegate when launching from url. allowing the menu to show on modal controllers fixed it for me.

hectormatos2011 commented 7 years ago

I don't know why I was never notified of this! I'm so sorry about that. Let me look at the PR

hectormatos2011 commented 7 years ago

Merged. Thank you for that!