我正在尝试在视图控制器之间水平和垂直地实现UIScrollview的视图控制器转换。我不想使用scrollview或UIPageviewcontroller,我只想横向和纵向进行转换。有没有办法使用UIPanGestureRecognizer和UIViewControllerAnimatedTransitioning来做到这一点?
答案 0 :(得分:0)
您可以在当前视图中注册UIView.transition(from: <current view>, to: <destination view>, duration: <#T##TimeInterval#>, options: <#T##UIViewAnimationOptions#>, completion: <#T##((Bool) -> Void)?##((Bool) -> Void)?##(Bool) -> Void#>)
}
并致电:
Window