博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
黑色边影,
阅读量:5856 次
发布时间:2019-06-19

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

多次 设置frame,并用了动画,

    [UIViewbeginAnimations:nilcontext:nil];

    [UIViewsetAnimationDelegate:self];

    [UIViewsetAnimationCurve:[[[notification userInfo] objectForKey:UIKeyboardAnimationCurveUserInfoKey] intValue]];

    [UIViewsetAnimationDuration:[[[notification userInfo] objectForKey:UIKeyboardAnimationDurationUserInfoKey] floatValue]];

//    bottomView.frame =bottomViewFrame;

//    bottomView.inputBgImageView.frame = bottomBgViewFrame;

//    buyView.frame = bottomBuyViewFrame;

//    bottomView.inputTextView.frame = bottomInputTextViewFrame;

//    bottomView.frame = CGRectMake(bottomView.frame.origin.x, self.contentView.frame.size.height - kBottomViewHeightDefault, bottomView.frame.size.width, kBottomViewHeightDefault);

    buyView.frame = CGRectMake(buyView.frame.origin.x,bottomView.frame.origin.y - buyView.frame.size.height, buyView.frame.size.width, buyView.frame.size.height);

    [UIViewcommitAnimations];

转载于:https://www.cnblogs.com/guligei/p/3507348.html

你可能感兴趣的文章
调试时经常使用的console.log()的同步和异步问题
查看>>
Android事件管理源码剖析
查看>>
Docker技术浅谈:私有化部署的优势以及在顶象内部的应用实践
查看>>
跨域问题汇总
查看>>
小技巧|CSS如何实现文字两端对齐
查看>>
自己学习的笔记!!Java分支语句和循环语句
查看>>
SpringCloud(第 017 篇)电影微服务接入Feign,添加fallbackFactory属性来触发请求进行容灾降级...
查看>>
Mac 虚拟机搭建及相关命令
查看>>
PHP数组转换为js数组
查看>>
从Google Play下载应用并不安全,上千款监视软件伪装其中
查看>>
ES6之Iterator、Generator
查看>>
[译]一篇文章解决跨域
查看>>
ubuntu下搭建svn,并用钩子同步到web目录
查看>>
Spring Boot整合jsp后必须通过spring-boot:run方式启动?
查看>>
重拾css(11)——position
查看>>
20170710-Generator
查看>>
redis持久化策略浅析
查看>>
JavaScript深入之参数按值传递
查看>>
Http - 收藏集 - 掘金
查看>>
博客应该写在论坛还是个人网站?
查看>>