objective c - A bug in iphone sdk? -


I have a UIMenuController who calls a model view, but context menu does not hide automatically when you call a modal view. The context menu always hides itself when it gets out of focus, I do not think it's the right behavior. The menu controller probably does not know you have presented a Model View Controller, so you can call it

. I need to hide myself using the

I have not used the UIUU Controller myself, but it seems like the right behavior for me.


Comments