91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

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

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

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

潮安县| 隆化县| 成都市| 察雅县| 瓦房店市| 册亨县| 尚志市| 龙游县| 江门市| 江西省| 博野县| 长岭县| 成都市| 寿阳县| 始兴县| 特克斯县| 汤原县| 兰州市| 青龙| 南皮县| 惠水县| 宣恩县| 尚志市| 泸西县| 安陆市| 大荔县| 鸡东县| 金昌市| 苍山县| 江都市| 定远县| 航空| 屏南县| 邵阳县| 克拉玛依市| 遂昌县| 施秉县| 海淀区| 潜山县| 筠连县| 孟村|