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

溫馨提示×

溫馨提示×

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

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

UI中的控件

發布時間:2020-08-09 10:43:48 來源:網絡 閱讀:336 作者:ladispartion1 欄目:開發技術

這周我們學習了UI,下面是我的一些學習筆記:  
  //獲得屏幕滿屏時的數值

    CGRect rect = [UIScreen mainScreen].bounds;

    

    //創建一個Window讓他顯示在屏幕上

    self.window = [[UIWindow alloc ]initWithFrame:rect];

    

    //設置window的背景顏色

    self.window.backgroundColor = [UIColor lightGrayColor];

    

    //把當前的window作為主window讓它顯示出來

    [self.window makeKeyAndVisible];


    /****************** UIButton***********************/

    

    UIButton *button = [UIButton buttonWithType:UIButtonTypeCustom];

    button.frame = CGRectMake(204010030);

    //設置高亮狀態下按鈕的標題

    [button setTitle:@"按鈕" forState:UIControlStateNormal];

    //設置點擊事件響應的方法

    [button addTarget:self action:@selector(butClick:) forControlEvents:UIControlEventTouchUpInside];

    //設置平常狀態下標題的顏色

    [button setTitleColor:[UIColor blackColorforState:UIControlStateNormal];

    //設置高亮狀態下標題的顏色

    [button setTitleColor:[UIColor redColorforState:UIControlStateHighlighted];

    //設置標題的字體

    button.titleLabel.font = [UIFont systemFontOfSize:14];

    //添加到window

    [self.window addSubview:button];

/******************** UITextField 的常用屬性 *********************/

    UITextField *textfield = [[UITextField alloc]initWithFrame:CGRectMake(20020010025)];

    //禁止首字母大寫

    textfield.autocapitalizationType = UITextAutocapitalizationTypeNone;

    //設置鍵盤類型

    textfield.keyboardType = UIKeyboardTypeNamePhonePad;

    //輸入框的邊框類型

    textfield.borderStyle = UITextBorderStyleRoundedRect;

    //textfield.borderStyle = UITextBorderStyleLine;

    //textfield.borderStyle = UITextBorderStyleBezel;

    //textfield.borderStyle = UITextBorderStyleNone;

    //設置委托代理模式

   // textfield.delegate = self;

    //鍵盤上得return按鈕

    textfield.returnKeyType = UIReturnKeyDone;

    //是否安全輸入,是的話,輸入內容將為*

    textfield.secureTextEntry = NO;

    //清除按鈕模式

    textfield.clearButtonMode = UITextFieldViewModeAlways;

    //輸入框中的文本顏色

    textfield.textColor = [UIColor redColor];

    //輸入框的字體

    textfield.font = [UIFont boldSystemFontOfSize:14];

    //添加到window

    [self.window addSubview:textfield]; 


向AI問一下細節

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

AI

乌兰察布市| 泽普县| 宜阳县| 虎林市| 通许县| 永平县| 博罗县| 灵石县| 武山县| 耒阳市| 龙胜| 阳山县| 海盐县| 黔西县| 南昌县| 兴安盟| 平江县| 娄底市| 河东区| 上杭县| 绥德县| 乐东| 关岭| 林芝县| 达尔| 图木舒克市| 寻甸| 澎湖县| 合江县| 左贡县| 钦州市| 兴山县| 西丰县| 商南县| 武冈市| 甘南县| 临夏市| 乐陵市| 富锦市| 乐业县| 台安县|