国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 學院 > 開發設計 > 正文

【讀書筆記】iOS-開發技巧-三種收起鍵盤的方法

2019-11-14 18:32:52
字體:
來源:轉載
供稿:網友

 

復制代碼
- (void)viewDidLoad {    [super viewDidLoad];    // Do any additional setup after loading the view, typically from a nib.            UITextField *textField=[[UITextField alloc]initWithFrame:CGRectMake(10, 100, 200, 200)];    textField.backgroundColor=[UIColor redColor];    [self.view addSubview:textField];    }//第一種收起鍵盤的方法-(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{    [self.view endEditing:YES];}//第二種收起鍵盤的方法-(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{    [[UIapplication sharedApplication] sendAction:@selector(resignFirstResponder) to:nil from:nil forEvent:nil];}//第三種收起鍵盤的方法-(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{    [[[UIApplication sharedApplication] keyWindow] endEditing:YES];}
復制代碼

 

 

參考資料: 《iOS開發進階》 -唐巧


發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 沿河| 马山县| 龙江县| 虹口区| 阜宁县| 方山县| 南丰县| 莱西市| 武冈市| 南开区| 尼木县| 玉树县| 商洛市| 雅安市| 长武县| 德州市| 西青区| 缙云县| 永泰县| 渝北区| 清苑县| 枝江市| 镇安县| 永宁县| 府谷县| 漳浦县| 车致| 屯门区| 文水县| 大关县| 阿坝县| 临桂县| 山西省| 武清区| 南郑县| 白玉县| 琼海市| 株洲县| 万年县| 离岛区| 诏安县|