UIActionSheetDelegateのデリゲート

-(void)actionSheet:(UIActionSheet *)actionSheet clickedButtonAtIndex:(NSInteger)buttonIndex;

ボタンが押されたときに呼び出される。
clickedButtonAtIndexで何番目のボタンが押されたかわかる。

-(void)actionSheetCancel:(UIActionSheet *)actionSheet;

キャンセルボタンが押されたときに呼び出される。