PagingMenuController icon indicating copy to clipboard operation
PagingMenuController copied to clipboard

Using UIViewController Transition Delegate break menu display

Open thieu75 opened this issue 10 years ago • 1 comments

Hello,

Thanks first for your work.

I just run down a problem. I'm using a transition delegate from a VC A to show a VC B. The VC B contain the menu

` From VCA:

navigationController?.delegate = self navigationController?.showViewController(VC_B, sender: self) `

The menu does not appear. But if from VC B I present modally a VC C, when I dismiss this VC C, the menu appear on VC B.

This behavior is not present when I does not use the transition Delegate.

My questions:

  • is it possible to force the redraw of the menu?
  • could it be fixed ?!!

Thanks :-)

thieu75 avatar Mar 22 '16 17:03 thieu75

Can you show me some screenshots? It would be so helpful! Let me figure out where is wrong.

kitasuke avatar Apr 13 '16 10:04 kitasuke