Disappearing accessoryInputView on menu open

49 Views Asked by At

I am using ECSlidingViewController in my project and I also have a messages view, in which I have an accessoryInputView to imitate the iOS Messages app. Now when I open my menu on this view, the accessoryInputView slides down and is nowhere to be found. I can no longer find it under the UITextEffectsWindow in the debugger's UI Hierarchy view.

Where did it go? Do I need to call it back? If so, how?

1

There are 1 best solutions below

0
On BEST ANSWER

Disabling the menu gesture on the detailpage (of a navigation controller that was on my menu in my case) fixed the problem.