這是我的代碼:如何檢查alertview值
self.myAlert = [[[UIAlertView alloc] initWithTitle:@"MNB" message:@"R u want to delete" delegate:self cancelButtonTitle:@"OK",nil otherButtonTitles:@"Cancel",nil] autorelease];
[myAlert show];
在這裏,我想如果處理OK按鈕的點擊,也爲取消按鈕,我想,如果OK按鈕點擊重定向頁面... 。我需要編碼,當確定按鈕點擊IF條件聲明.....請幫助我....