最終更新:2013-01-11 (金) 08:46:00 (4122d)  

UIAlertViewDelegate
Top / UIAlertViewDelegate

http://developer.apple.com/library/ios/#documentation/uikit/reference/UIAlertViewDelegate_Protocol/UIAlertViewDelegate/UIAlertViewDelegate.html

Tasks

Responding to Actions

  • alertView:clickedButtonAtIndex?

Customizing Behavior

  • alertViewShouldEnableFirstOtherButton?
  • willPresentAlertView?
  • didPresentAlertView?
  • alertView:willDismissWithButtonIndex?
  • alertView:didDismissWithButtonIndex?

Canceling

  • alertViewCancel?