国产探花免费观看_亚洲丰满少妇自慰呻吟_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偏移,從而在相同時間里做相同偏移量。 

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 大连市| 綦江县| 虹口区| 新巴尔虎右旗| 岚皋县| 东兰县| 卢龙县| 资中县| 札达县| 从化市| 宜城市| 恩施市| 大方县| 武清区| 东山县| 会同县| 五原县| 六安市| 罗田县| 丽江市| 嘉禾县| 平远县| 怀宁县| 莆田市| 高阳县| 吴旗县| 新民市| 兰考县| 花莲县| 肇庆市| 丘北县| 千阳县| 安宁市| 阳城县| 宜丰县| 遵义市| 泰宁县| 军事| 焉耆| 台中县| 聂荣县|