博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
键盘收回方法
阅读量:6721 次
发布时间:2019-06-25

本文共 623 字,大约阅读时间需要 2 分钟。

1 -(BOOL)textFieldShouldReturn:(UITextField *)textField 2 { 3     [textField resignFirstResponder]; 4     return NO; 5 } 6  7 - (void)touchesBegan:(NSSet
*)touches withEvent:(UIEvent *)event 8 { 9 [self.gMonthTextField resignFirstResponder];10 }11 12 - (void)touchesEnded:(NSSet
*)touches withEvent:(UIEvent *)event13 {14 [self.gMonthTextField resignFirstResponder];15 [[[UIApplication sharedApplication] keyWindow] endEditing:YES];16 [self.view endEditing:YES];17 [[UIApplication sharedApplication] sendAction:@selector(resignFirstResponder) to:nil from:nil forEvent:nil];18 }

 

转载地址:http://ghcmo.baihongyu.com/

你可能感兴趣的文章
CCF201604-1 折点计数(100分)
查看>>
线程和进程的区别以及进程通信方法
查看>>
ArcGIS Server GP服务发布与测试(基础版)
查看>>
使用 asp.net mv4开发企业级办公OA
查看>>
Erlang中带超时的receive
查看>>
面向对象的开发范式
查看>>
poj 2455 Secret Milking Machine
查看>>
SVN:更新、同步与提交 PS:被锁定之解决方法
查看>>
ActiveX(ocx) + DLL(wosa) + JS:实现BS硬件调用框架(一)
查看>>
语言精粹【摘要】
查看>>
has been injected into other beans[XXXXXXXXXX] in its raw version as part of a circular reference
查看>>
继承时,当父子类都具有相同的成员变量,默认情况下是直接调用子类的成员变量,当要调用父类的成员变量则需要使用super关键之...
查看>>
npm 命令
查看>>
commons-io-2.5-bin
查看>>
linux下安装一款笔记软件(为知笔记)
查看>>
HP Instant Information
查看>>
Maven 手动添加 JAR 包到本地仓库
查看>>
电子辅助的个体化严密控制策略比常规方法更有效地帮助早期RA实现全面控制病情[EULAR2015_THU0122]...
查看>>
【BZOJ3529】数表
查看>>
最坏的不是面试被拒,而是没面试机会,以面试官视角分析哪些简历至少能有面试机会...
查看>>