中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

UIAlertView   提示控件

發布時間:2020-07-13 00:54:01 來源:網絡 閱讀:167 作者:緣起愿落 欄目:開發技術


服從UIAlertViewDelegate 協議



       
      Title : 標題
       message : 提示消息
      delegate  : 代理
      cancelButtonTitle : 取消顯示
      otherButtonTitles : 其他按鈕顯示文字,只給出按鈕顯示的文字即可,可多個
       


UIAlertView * alertView =  [[UIAlertView alloc]initWithTitle:@"警告"
                                                             message:@"手機號碼輸入錯誤"
                                                            delegate:self
                                                   cancelButtonTitle:@"取消"
                                                   otherButtonTitles:@"確定",@"sure", nil];
     

UIAlertViewStyleDefault = 0,            默認
     

UIAlertViewStyleSecureTextInput,         密碼
 

UIAlertViewStylePlainTextInput,          輸入框
  

UIAlertViewStyleLoginAndPasswordInput       登錄,密碼
        
        
        alertView.alertViewStyle = UIAlertViewStyleSecureTextInput;
        
        [alertView show];         讓alertView 彈出
        
        [alertView release];







     當點擊 alertView  上 button時 觸發的方法.
- (void)alertView:(UIAlertView *)alertView clickedButtonAtIndex:(NSInteger)buttonIndex
{
    取消按鈕的buttonindex 為 0
    其他的按鈕從左往右依次 + 1 ;
  
    
  通過switch..case 匹配是哪一個按鈕按下
    switch (buttonIndex) {
        case 0:
            NSLog(@"取消");
            break;
        case 1:
            NSLog(@"確定");
            break;
        case 2:
            NSLog(@"sure");
            break;
        default:
            break;
    }
}




當我們取消一個視圖(如。用戶單擊按鈕)。這不是用戶單擊取消按鈕時調用。

如果沒有定義的委托,我們模擬點擊取消按鈕

- (void)alertViewCancel:(UIAlertView *)alertView;


- (void)willPresentAlertView:(UIAlertView *)alertView;   

動畫和之前顯示視圖


- (void)didPresentAlertView:(UIAlertView *)alertView; 

動畫后


- (void)alertView:(UIAlertView *)alertView willDismissWithButtonIndex:(NSInteger)buttonIndex;   

之前動畫和隱藏視圖


- (void)alertView:(UIAlertView *)alertView didDismissWithButtonIndex:(NSInteger)buttonIndex; 

動畫后

- (BOOL)alertViewShouldEnableFirstOtherButton:(UIAlertView *)alertView;

編輯的任何違約后稱為字段添加的風格







向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

封开县| 沙田区| 会理县| 道孚县| 靖宇县| 青神县| 元江| 巨野县| 浠水县| 县级市| 承德县| 靖宇县| 同仁县| 凯里市| 达州市| 锡林浩特市| 定襄县| 永川市| 克东县| 花莲市| 波密县| 佳木斯市| 西盟| 承德市| 明水县| 平舆县| 乌什县| 牙克石市| 繁昌县| 福鼎市| 崇左市| 长寿区| 丁青县| 大关县| 昭平县| 渭南市| 隆回县| 方城县| 南丰县| 安溪县| 普兰店市|