亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

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

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

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

保康县| 乌拉特后旗| 银川市| 当雄县| 拉萨市| 靖安县| 金坛市| 健康| 南溪县| 彩票| 吴桥县| 渝北区| 永嘉县| 西峡县| 峨边| 昌图县| 曲阜市| 敖汉旗| 新昌县| 偃师市| 勐海县| 中江县| 乐山市| 保靖县| 衡南县| 周宁县| 金山区| 金昌市| 玛沁县| 博爱县| 海伦市| 富平县| 东平县| 华阴市| 英德市| 江城| 临高县| 衡南县| 无极县| 确山县| 武安市|