On Oct 2, 2013, at 9:33 AM, Markus Spoettl <ms_li...@shiftoption.com> wrote:

> On the iPad (both device and simulator) this produces a sheet with "Button2" 
> missing. No matter how many buttons one adds, the last one added goes missing.
> 
> On iPhone (again both device and simulator) this produces a sheet with the 
> expected buttons "Cancel", "Button1", "Button2".
> 
> If I set the cancelButtonTitle: parameter to nil, both iPad and iPhone behave 
> correctly, iow "Button1", "Button2".


Try setting the cancelButtonIndex after you’ve added the extra buttons. The 
safest way to do this would be to stash off the number of buttons after you’ve 
created it (via numberOfButtons) then add your extra buttons, then reset the 
cancelButtonIndex based on the stashed value.
--
David Duncan


_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to