MBMenuController icon indicating copy to clipboard operation
MBMenuController copied to clipboard

MBMenuController is similar to UIActionSheet.

Results 6 MBMenuController issues
Sort by recently updated
recently updated
newest added

I was playing with it and when i add 5 elements it shows a '|' in the screen that i dont see where its coming from. The symbol is just...

I think it would be cool to have control of the opacity of the background

setBackgroundColor: is the vanilla synthesized version, so the color doesn't get applied until something else causes a layout to be triggered. This should be fixed so that setting the color...

bug

Yea, I know. This should be a UIView, not a UIViewController.

bug

In UIActionSheet, you either specify a title for the cancel button at initialization time, or specify an index later on. At the moment, MBMenuController doesn't allow for passing titles into...

enhancement

Autorotation is generally supported by UIViews that are installed inside of the root UIViewController's view. However, because MBMenuController installs itself above the root view controller, problems arise. I'm looking at...

bug