Skip to content

Instantly share code, notes, and snippets.

@sbrocket
Created March 27, 2010 04:49
Show Gist options
  • Select an option

  • Save sbrocket/345739 to your computer and use it in GitHub Desktop.

Select an option

Save sbrocket/345739 to your computer and use it in GitHub Desktop.
(gdb) print (int) [actionSheet firstOtherButtonIndex]
$3 = -1
(gdb) print (int) [actionSheet cancelButtonIndex]
$4 = -1
(gdb) print (int) [actionSheet numberOfButtons]
$5 = 1
(gdb) print (int) buttonIndex
$6 = 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment