使用tag值判定到底是哪一个视图.使用tag值判定到底是哪一个视图.使用tag值判定到底是哪一个视图.使用tag值判定到底是哪一个视图.使用tag值判定到底是哪一个视图.使用tag值判定到底是哪一个视图.使用tag值判定到底是哪一个视图.使用tag值判定到底是哪一个视图.使用tag值判定到底是哪一个视图.
在代理中写一个if语句,如下文,如此类推
- (void)alertView:(UIAlertView *)alertView clickedButtonAtIndex:(NSInteger)buttonIndex {
if(alertView .tag ==1000 )
{
if(buttonIndex == 1) {
//代码写在这里
} else {
//代码处....
}
}
if(alertView .tag ==1001 )
{
if(buttonIndex == 1) {
//代码写在这里
} else {
//代码处....
}
}
}