这是我想要获得的转换:ViewControllerB向上滑动,而最初是ViewControllerA的子视图的UIImage仍然在其位置,然后UIImage成为ViewControllerB的子视图。
我已经做了一些挖掘,似乎我必须使用UIViewControllerTransitioningDelegate
,是这样吗?当ViewControllerB向上滑动时,我怎么能把UIImage放在同一个地方呢?
答案 0 :(得分:0)
最好在1个viewcontroller中创建2个视图和1个imageview。创建imageView背后的所有视图,每次想要更改视图时,只需添加从下到上的过渡。