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.
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 thetitleView
in any case, either with the regular case or with an invisible Item (line 719), or am I wrong here.