MBMenuController
MBMenuController copied to clipboard
Cancel Button API
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 the initializer, so the cancel button index must always be set explicitly.
This should be improved upon with a new initializer, or the option to automatically use the last title as the cancel button.