国产探花免费观看_亚洲丰满少妇自慰呻吟_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ā)表
主站蜘蛛池模板: 辰溪县| 海阳市| 永和县| 奉节县| 安庆市| 屏南县| 林芝县| 桐庐县| 姚安县| 云林县| 修文县| 兴化市| 宣化县| 南雄市| 泽库县| 叙永县| 龙门县| 寻乌县| 日土县| 沙坪坝区| 营口市| 扎鲁特旗| 金塔县| 土默特右旗| 高邑县| 招远市| 黄骅市| 嘉义市| 兴海县| 彩票| 元江| 宁津县| 宁城县| 勃利县| 泾川县| 达尔| 张家界市| 古田县| 富平县| 兴海县| 同江市|