小智 8
- (void)alertView:(UIAlertView *)alertView
didDismissWithButtonIndex:(NSInteger) buttonIndex
{
if (buttonIndex == 0)
{
NSLog(@"Cancel Tapped.");
}
else if (buttonIndex == 1)
{
NSLog(@"OK Tapped. Hello World!");
}
}
Run Code Online (Sandbox Code Playgroud)
试试这个代码它适合你...
| 归档时间: |
|
| 查看次数: |
9626 次 |
| 最近记录: |