簡單的UIActionSheet範例:
在.h加上 UIActionSheetDelegate 的 Protocols 實作 clickedButtonAtIndex 事件
1. 在iPad上不能使用在ViewDidLoad, 會出現Exception錯誤, 所以拉一個Button用IBAction去執行
2. 在iPad上點擊其他空白地方時, 會自動關閉UIActionSheet, buttonIndex會回傳3, 但是如果將cancelButtonTitle設成nil的話, buttonIndex會回傳-1
Source Code
Reference
Beginning-iOS-4-Application-Development