hectormatos2011 / iOSContextualMenu

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

Fix to allow contextual menu to show on modal controllers #4

Closed redent closed 7 years ago

redent commented 8 years ago

rootView is obtained by getting the UIWindow rootViewController, but if there's a modal controller shown over that controller, it will not show. This fixes the issue by obtaining the topmost modal view controller, if any.

multinerd commented 7 years ago

You are awesome!! This solved my problem #8