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

首頁 > 網站 > 建站經驗 > 正文

如-何完美適應iOS中的鍵盤高度變化

2019-11-02 14:43:26
字體:
來源:轉載
供稿:網友

 #pragma mark - reg & unreg notification

- (void)regNotification{    [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(keyboardWillChangeFrame:) name:UIKeyboardWillChangeFrameNotification object:nil];}- (void)unregNotification{    [[NSNotificationCenter defaultCenter] removeObserver:self name:UIKeyboardWillChangeFrameNotification object:nil];}#pragma mark - notification handler- (void)keyboardWillChangeFrame:(NSNotification *)notification{    NSDictionary *info = [notification userInfo];    CGFloat duration = [[info objectForKey:UIKeyboardAnimationDuration
兔兔電影網[www.aikan.tv/special/tutudianyingwang/]
UserInfoKey] floatValue]; CGRect beginKeyboardRect = [[info objectForKey:UIKeyboardFrameBeginUserInfoKey] CGRectValue]; CGRect endKeyboardRect = [[info objectForKey:UIKeyboardFrameEndUserInfoKey] CGRectValue]; CGFloat yOffset = endKeyboardRect.origin.y - beginKeyboardRect.origin.y; CGRect inputFieldRect = self.inputTextField.frame; CGRect moreBtnRect = self.moreInputTypeBtn.frame; inputFieldRect.origin.y += yOffset; moreBtnRect.origin.y += yOffset; [UIView animateWithDuration:duration animations:^{ self.inputTextField.frame = inputFieldRect; self.moreInputTypeBtn.frame = moreBtnRect; }];}

通過獲取鍵盤消息的開始狀態、結束狀態,以及變化周期,可以計算出具體的Y偏移,從而在相同時間里做相同偏移量。 

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 德化县| 全椒县| 伊春市| 南木林县| 常德市| 黄梅县| 故城县| 怀化市| 集安市| 台江县| 呼伦贝尔市| 黔江区| 白山市| 绍兴县| 化德县| 东城区| 汝南县| 长沙市| 新乡市| 康保县| 得荣县| 恩平市| 中阳县| 库尔勒市| 广西| 江西省| 延安市| 清远市| 慈利县| 神农架林区| 衢州市| 满洲里市| 阿城市| 宁海县| 宝清县| 金塔县| 永新县| 琼海市| 涞源县| 兴隆县| 洮南市|