2016.8.26
UIAlertView*alert = [[UIAlertViewalloc]initWithTitle:@"000"message:@"00"delegate:selfcancelButtonTitle:@"cancel"otherButtonTitles:@"yes",nil];
[UIViewappearance].tintColor= [UIColorgreenColor];//修改alertview的按鈕字體顏色
[alertshow];
2016.8.26
UIAlertView*alert = [[UIAlertViewalloc]initWithTitle:@"000"message:@"00"delegate:selfcancelButtonTitle:@"cancel"otherButtonTitles:@"yes",nil];
[UIViewappearance].tintColor= [UIColorgreenColor];//修改alertview的按鈕字體顏色
[alertshow];