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

首頁(yè) > 學(xué)院 > 開發(fā)設(shè)計(jì) > 正文

防止鍵盤擋住textFiled的解決方案

2019-11-09 16:45:22
字體:
來(lái)源:轉(zhuǎn)載
供稿:網(wǎng)友
鍵盤出現(xiàn)實(shí)現(xiàn)textfield的代理方法- (void)textFieldDidBeginEditing:(UITextField *)textField{   CGRect frame = textField.frame;   CGPoint rootFrame = [[textField superview] convertPoint:frame.origin toView:self.view];//把控件的坐標(biāo)轉(zhuǎn)為相對(duì)于屏幕的坐標(biāo)   int offset = rootFrame.y + 56 - (self.view.frame.size.height - 216.0);//鍵盤高度216   NSTimeInterval animationDuration = 0.30f;   [UIView beginAnimations:@"ResizeForKeyBoard" context:nil];   [UIView setAnimationDuration:animationDuration];   float width = self.view.frame.size.width;   float height = self.view.frame.size.height;   if(offset > 0){       CGRect rect = CGRectMake(0.0f, -offset,width,height);       self.view.frame = rect;   }   [UIView commitAnimations];}鍵盤收起- (IBAction)hideKeyboard:(id)sender {   NSTimeInterval animationDuration = 0.30f;   [UIView beginAnimations:@"ResizeForKeyboard" context:nil];   [UIView setAnimationDuration:animationDuration];   CGRect rect = CGRectMake(0.0f, 0.0f, self.view.frame.size.width, self.view.frame.size.height);   self.view.frame = rect;   [UIView commitAnimations];   //在這把textField的第一焦點(diǎn)去掉}
發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 丰都县| 马鞍山市| 陆河县| 沙湾县| 长汀县| 读书| 新龙县| 喀什市| 荆州市| 唐山市| 马鞍山市| 安塞县| 岳普湖县| 陆川县| 谢通门县| 诸暨市| 宝坻区| 安泽县| 定西市| 海宁市| 阳曲县| 赫章县| 义乌市| 辉县市| 瑞丽市| 梨树县| 来凤县| 怀来县| 开化县| 新巴尔虎左旗| 耿马| 章丘市| 上高县| 同江市| 益阳市| 什邡市| 三江| 景德镇市| 当雄县| 丽江市| 大厂|