MBMenuController icon indicating copy to clipboard operation
MBMenuController copied to clipboard

Cancel Button API

Open MosheBerman opened this issue 11 years ago • 0 comments

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.

MosheBerman avatar Mar 21 '13 02:03 MosheBerman