hectormatos2011 / iOSContextualMenu

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

Custom titleViews always overridden #2

Closed joernschmidt closed 7 years ago

joernschmidt commented 9 years ago

In layoutMenuItemsIfNeeded the titleView is set to a custom view if the delegate responds to the custom view method. Right after that though, there is an if-condition that overrides the titleView in any case, either with the regular case or with an invisible Item (line 719), or am I wrong here.

mxcl commented 7 years ago

Confirmed.

hectormatos2011 commented 7 years ago

Fixed in #3. I wasn't getting any notifications on anything with this repo which is weird. So sorry about that!