- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
<分区>
我正在使用自定义过渡 UIViewControllerAnimatedTransitioning。我已经能够为整个 Controller 设置动画以进行推送和弹出。
但我需要另一件事:缩小一些标题 View 并拉伸(stretch)选定的表格单元格并将一些文本添加到拉伸(stretch)的单元格。那将是我的推送 Controller 。
当我推送的 Controller 的一部分来自 Storyboard 而另一部分来自以前的 Controller 时,我该如何实现这一点?
找不到任何教程。只有如何为整个 Controller 设置动画。
更新:
我看过这个答案:https://stackoverflow.com/a/23580502/1400119但这对我帮助不大。
upd2:
终于达到了目的。以下是对我有很大帮助的博文和 repo 协议(protocol)的链接,也许它们也会对其他人有所帮助:
UINavigationControllerDelegate apple doc
UIViewControllerContextTransitioning apple doc
How to animate image in tableview to extend and open another view controller simultaneously?
Navigation controller custom transition animation
http://captechconsulting.com/blog/tyler-tillage/ios-7-tutorial-series-custom-navigation-transitions-more http://dativestudios.com/blog/2013/09/29/interactive-transitions/
http://www.objc.io/issue-12/custom-container-view-controller-transitions.html
我是一名优秀的程序员,十分优秀!