Problems showing UIMenuController one after another
问题 I'm using the new customization abilities of the UIMenuController to add things other than "Copy" to the menu for cut&paste into a webview. What I do is getting the reference to the shared UIMenuController, setting my NSArray of UIMenuItems into the menuItems, and everything work fine as long as I add a single item. For instance I see [COPY|FOOBAR]. Instead if I try adding more than a single item, what happen is that I see [COPY|MORE], if I press into MORE than finally the other items will